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 fe33bf3 commit b4ad481Copy full SHA for b4ad481
1 file changed
app/pages/[...package].vue
@@ -1089,7 +1089,10 @@ defineOgImageComponent('Package', {
1089
class="text-fg-subtle hover:text-fg-muted text-xs transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 rounded"
1090
:title="$t('package.get_started.view_types', { package: typesPackageName })"
1091
>
1092
- <span class="i-carbon-arrow-right w-3 h-3" aria-hidden="true" />
+ <span
1093
+ class="i-carbon-arrow-right w-3 h-3 inline-block align-middle"
1094
+ aria-hidden="true"
1095
+ />
1096
<span class="sr-only">View {{ typesPackageName }}</span>
1097
</NuxtLink>
1098
</div>
0 commit comments