Skip to content

Commit 23230fd

Browse files
k0d13danielroe
andauthored
fix: link to types package arrow not appearing (#343)
Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 123029b commit 23230fd

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 rtl-flip w-3 h-3" aria-hidden="true" />
1092+
<span
1093+
class="i-carbon:arrow-right rtl-flip 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)