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 cf724bd commit b0de596Copy full SHA for b0de596
app/components/Package/DownloadButton.vue
@@ -243,7 +243,11 @@ defineOptions({
243
@mouseenter="highlightedIndex = index"
244
>
245
<span :class="item.icon" class="w-4 h-4" aria-hidden="true" />
246
- {{ item.id === 'package' ? $t('package.download.package') : $t('package.download.dependencies') }}
+ {{
247
+ item.id === 'package'
248
+ ? $t('package.download.package')
249
+ : $t('package.download.dependencies')
250
+ }}
251
</li>
252
</ul>
253
</Transition>
0 commit comments