[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: link to types package arrow not appearing (#343)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Kodie
Daniel Roe
and committed by
GitHub
23230fd2 123029b2

+4 -1
+4 -1
app/pages/[...package].vue
··· 1089 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 1090 :title="$t('package.get_started.view_types', { package: typesPackageName })" 1091 1091 > 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 + /> 1093 1096 <span class="sr-only">View {{ typesPackageName }}</span> 1094 1097 </NuxtLink> 1095 1098 </div>