Skip to content

Commit 893a3d3

Browse files
committed
fix: font sans for links in about page text
1 parent 6b33775 commit 893a3d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/pages/about.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,32 +108,32 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
108108
>
109109
<template #already>{{ $t('about.what_we_are_not.words.already') }}</template>
110110
<template #people>
111-
<LinkBase :to="pmLinks.npm">{{
111+
<LinkBase :to="pmLinks.npm" class="font-sans">{{
112112
$t('about.what_we_are_not.words.people')
113113
}}</LinkBase>
114114
</template>
115115
<template #building>
116-
<LinkBase :to="pmLinks.pnpm">{{
116+
<LinkBase :to="pmLinks.pnpm" class="font-sans">{{
117117
$t('about.what_we_are_not.words.building')
118118
}}</LinkBase>
119119
</template>
120120
<template #really>
121-
<LinkBase :to="pmLinks.yarn">{{
121+
<LinkBase :to="pmLinks.yarn" class="font-sans">{{
122122
$t('about.what_we_are_not.words.really')
123123
}}</LinkBase>
124124
</template>
125125
<template #cool>
126-
<LinkBase :to="pmLinks.bun">{{
126+
<LinkBase :to="pmLinks.bun" class="font-sans">{{
127127
$t('about.what_we_are_not.words.cool')
128128
}}</LinkBase>
129129
</template>
130130
<template #package>
131-
<LinkBase :to="pmLinks.deno">{{
131+
<LinkBase :to="pmLinks.deno" class="font-sans">{{
132132
$t('about.what_we_are_not.words.package')
133133
}}</LinkBase>
134134
</template>
135135
<template #managers>
136-
<LinkBase :to="pmLinks.vlt">{{
136+
<LinkBase :to="pmLinks.vlt" class="font-sans">{{
137137
$t('about.what_we_are_not.words.managers')
138138
}}</LinkBase>
139139
</template>

0 commit comments

Comments
 (0)