File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,8 +212,11 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
212212 rel =" noopener noreferrer"
213213 class =" group flex flex-col gap-3 p-4 rounded-lg bg-bg-subtle hover:bg-bg-elevated border border-border hover:border-border-hover transition-all duration-200"
214214 >
215- <div class =" flex items-center gap-2" >
216- <span class =" i-carbon-logo-github w-5 h-5 text-fg" aria-hidden =" true" />
215+ <div class =" flex gap-2" >
216+ <span
217+ class =" i-carbon-logo-github shrink-0 mt-1 w-5 h-5 text-fg"
218+ aria-hidden =" true"
219+ />
217220 <span class =" font-medium text-fg" >{{
218221 $t('about.get_involved.contribute.title')
219222 }}</span >
@@ -260,8 +263,11 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
260263 rel =" noopener noreferrer"
261264 class =" group flex flex-col gap-3 p-4 rounded-lg bg-bg-subtle hover:bg-bg-elevated border border-border hover:border-border-hover transition-all duration-200"
262265 >
263- <div class =" flex items-center gap-2" >
264- <span class =" i-simple-icons-bluesky w-5 h-5 text-fg" aria-hidden =" true" />
266+ <div class =" flex gap-2" >
267+ <span
268+ class =" i-simple-icons-bluesky shrink-0 mt-1 w-5 h-5 text-fg"
269+ aria-hidden =" true"
270+ />
265271 <span class =" font-medium text-fg" >{{ $t('about.get_involved.follow.title') }}</span >
266272 </div >
267273 <p class =" text-sm text-fg-muted leading-relaxed" >
You can’t perform that action at this time.
0 commit comments