Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/pages/[...package].vue
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,10 @@ defineOgImageComponent('Package', {
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"
:title="$t('package.get_started.view_types', { package: typesPackageName })"
>
<span class="i-carbon-arrow-right w-3 h-3" aria-hidden="true" />
<span
class="i-carbon-arrow-right w-3 h-3 inline-block align-middle"
aria-hidden="true"
/>
<span class="sr-only">View {{ typesPackageName }}</span>
</NuxtLink>
</div>
Expand Down
Loading