Skip to content

Commit 30f23d7

Browse files
fix(footer-social-icon): Vertical alignment of social icon (#6579) (#6580)
1 parent 1ab7108 commit 30f23d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export function Footer() {
333333
<FooterLink href="https://opensource.fb.com/legal/terms/">
334334
Terms
335335
</FooterLink>
336-
<div className="flex flex-row mt-8 gap-x-2">
336+
<div className="flex flex-row items-center mt-8 gap-x-2">
337337
<ExternalLink
338338
aria-label="React on Facebook"
339339
href="https://www.facebook.com/react"

0 commit comments

Comments
 (0)