File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments