@@ -74,12 +74,8 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
7474 <strong class =" text-fg" >{{ $t('about.what_we_are.better_ux_dx') }}</strong >
7575 </template >
7676 <template #jsr >
77- <a
78- href =" https://jsr.io/"
79- target =" _blank"
80- rel =" noopener noreferrer"
81- class =" link text-fg"
82- >JSR</a
77+ <LinkBase href =" https://jsr.io/" target =" _blank" rel =" noopener noreferrer"
78+ >JSR</LinkBase
8379 >
8480 </template >
8581 </i18n-t >
@@ -112,58 +108,34 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
112108 >
113109 <template #already >{{ $t('about.what_we_are_not.words.already') }}</template >
114110 <template #people >
115- <a
116- :href =" pmLinks.npm"
117- target =" _blank"
118- rel =" noopener noreferrer"
119- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
120- >{{ $t('about.what_we_are_not.words.people') }}</a
121- >
111+ <LinkBase :href =" pmLinks.npm" target =" _blank" rel =" noopener noreferrer" >{{
112+ $t('about.what_we_are_not.words.people')
113+ }}</LinkBase >
122114 </template >
123115 <template #building >
124- <a
125- :href =" pmLinks.pnpm"
126- target =" _blank"
127- rel =" noopener noreferrer"
128- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
129- >{{ $t('about.what_we_are_not.words.building') }}</a
130- >
116+ <LinkBase :href =" pmLinks.pnpm" target =" _blank" rel =" noopener noreferrer" >{{
117+ $t('about.what_we_are_not.words.building')
118+ }}</LinkBase >
131119 </template >
132120 <template #really >
133- <a
134- :href =" pmLinks.yarn"
135- target =" _blank"
136- rel =" noopener noreferrer"
137- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
138- >{{ $t('about.what_we_are_not.words.really') }}</a
139- >
121+ <LinkBase :href =" pmLinks.yarn" target =" _blank" rel =" noopener noreferrer" >{{
122+ $t('about.what_we_are_not.words.really')
123+ }}</LinkBase >
140124 </template >
141125 <template #cool >
142- <a
143- :href =" pmLinks.bun"
144- target =" _blank"
145- rel =" noopener noreferrer"
146- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
147- >{{ $t('about.what_we_are_not.words.cool') }}</a
148- >
126+ <LinkBase :href =" pmLinks.bun" target =" _blank" rel =" noopener noreferrer" >{{
127+ $t('about.what_we_are_not.words.cool')
128+ }}</LinkBase >
149129 </template >
150130 <template #package >
151- <a
152- :href =" pmLinks.deno"
153- target =" _blank"
154- rel =" noopener noreferrer"
155- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
156- >{{ $t('about.what_we_are_not.words.package') }}</a
157- >
131+ <LinkBase :href =" pmLinks.deno" target =" _blank" rel =" noopener noreferrer" >{{
132+ $t('about.what_we_are_not.words.package')
133+ }}</LinkBase >
158134 </template >
159135 <template #managers >
160- <a
161- :href =" pmLinks.vlt"
162- target =" _blank"
163- rel =" noopener noreferrer"
164- class =" text-fg-muted hover:text-fg underline decoration-fg-subtle/50 hover:decoration-fg"
165- >{{ $t('about.what_we_are_not.words.managers') }}</a
166- >
136+ <LinkBase :href =" pmLinks.vlt" target =" _blank" rel =" noopener noreferrer" >{{
137+ $t('about.what_we_are_not.words.managers')
138+ }}</LinkBase >
167139 </template >
168140 </i18n-t >
169141 </span >
0 commit comments