[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: font sans for links in about page text

+6 -6
+6 -6
app/pages/about.vue
··· 108 108 > 109 109 <template #already>{{ $t('about.what_we_are_not.words.already') }}</template> 110 110 <template #people> 111 - <LinkBase :to="pmLinks.npm">{{ 111 + <LinkBase :to="pmLinks.npm" class="font-sans">{{ 112 112 $t('about.what_we_are_not.words.people') 113 113 }}</LinkBase> 114 114 </template> 115 115 <template #building> 116 - <LinkBase :to="pmLinks.pnpm">{{ 116 + <LinkBase :to="pmLinks.pnpm" class="font-sans">{{ 117 117 $t('about.what_we_are_not.words.building') 118 118 }}</LinkBase> 119 119 </template> 120 120 <template #really> 121 - <LinkBase :to="pmLinks.yarn">{{ 121 + <LinkBase :to="pmLinks.yarn" class="font-sans">{{ 122 122 $t('about.what_we_are_not.words.really') 123 123 }}</LinkBase> 124 124 </template> 125 125 <template #cool> 126 - <LinkBase :to="pmLinks.bun">{{ 126 + <LinkBase :to="pmLinks.bun" class="font-sans">{{ 127 127 $t('about.what_we_are_not.words.cool') 128 128 }}</LinkBase> 129 129 </template> 130 130 <template #package> 131 - <LinkBase :to="pmLinks.deno">{{ 131 + <LinkBase :to="pmLinks.deno" class="font-sans">{{ 132 132 $t('about.what_we_are_not.words.package') 133 133 }}</LinkBase> 134 134 </template> 135 135 <template #managers> 136 - <LinkBase :to="pmLinks.vlt">{{ 136 + <LinkBase :to="pmLinks.vlt" class="font-sans">{{ 137 137 $t('about.what_we_are_not.words.managers') 138 138 }}</LinkBase> 139 139 </template>