Skip to content

Commit b4ad481

Browse files
committed
fix: link to types package arrow not appearing
1 parent fe33bf3 commit b4ad481

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/pages/[...package].vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,10 @@ defineOgImageComponent('Package', {
10891089
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"
10901090
:title="$t('package.get_started.view_types', { package: typesPackageName })"
10911091
>
1092-
<span class="i-carbon-arrow-right w-3 h-3" aria-hidden="true" />
1092+
<span
1093+
class="i-carbon-arrow-right w-3 h-3 inline-block align-middle"
1094+
aria-hidden="true"
1095+
/>
10931096
<span class="sr-only">View {{ typesPackageName }}</span>
10941097
</NuxtLink>
10951098
</div>

0 commit comments

Comments
 (0)