We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b384 commit 992b9eaCopy full SHA for 992b9ea
app/components/Package/DownloadButton.vue
@@ -200,11 +200,7 @@ defineOptions({
200
@click="handleAction(item)"
201
@mouseenter="highlightedIndex = index"
202
>
203
- <span
204
- :class="item.icon"
205
- class="w-4 h-4"
206
- aria-hidden="true"
207
- />
+ <span :class="item.icon" class="w-4 h-4" aria-hidden="true" />
208
{{ $t('package.download.package') }}
209
</li>
210
</ul>
0 commit comments