File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,22 +152,12 @@ onKeyStroke(
152152 <!-- End: Desktop nav items + Mobile menu button -->
153153 <div class =" flex-shrink-0 flex items-center gap-0.5 sm:gap-2" >
154154 <!-- Desktop: Compare link -->
155- <LinkBase
156- variant =" button-secondary"
157- to =" /compare"
158- class =" inline-flex items-center gap-2"
159- keyshortcut =" c"
160- >
155+ <LinkBase variant =" button-secondary" to =" /compare" keyshortcut =" c" >
161156 {{ $t('nav.compare') }}
162157 </LinkBase >
163158
164159 <!-- Desktop: Settings link -->
165- <LinkBase
166- variant =" button-secondary"
167- to =" /settings"
168- class =" inline-flex items-center gap-2"
169- keyshortcut =" ,"
170- >
160+ <LinkBase variant =" button-secondary" to =" /settings" keyshortcut =" ," >
171161 {{ $t('nav.settings') }}
172162 </LinkBase >
173163
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ defineOgImageComponent('Default', {
123123 <li v-for =" framework in SHOWCASED_FRAMEWORKS" :key =" framework.name" >
124124 <LinkBase
125125 :to =" { name: 'package', params: { package: [framework.package] } }"
126- class =" inline-flex items-center gap-2 group "
126+ class =" gap-2"
127127 >
128128 <span
129129 class =" w-1 h-1 rounded-full bg-accent group-hover:bg-fg transition-colors duration-200"
You can’t perform that action at this time.
0 commit comments