Skip to content

Commit 992b9ea

Browse files
[autofix.ci] apply automated fixes
1 parent f48b384 commit 992b9ea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/components/Package/DownloadButton.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,7 @@ defineOptions({
200200
@click="handleAction(item)"
201201
@mouseenter="highlightedIndex = index"
202202
>
203-
<span
204-
:class="item.icon"
205-
class="w-4 h-4"
206-
aria-hidden="true"
207-
/>
203+
<span :class="item.icon" class="w-4 h-4" aria-hidden="true" />
208204
{{ $t('package.download.package') }}
209205
</li>
210206
</ul>

0 commit comments

Comments
 (0)