Skip to content

Commit

Permalink
fix(footer-social-icon): Vertical alignment of social icon (#6579) (#…
Browse files Browse the repository at this point in the history
…6580)
  • Loading branch information
muhammadhafijur authored Jan 28, 2024
1 parent 1ab7108 commit 30f23d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export function Footer() {
<FooterLink href="https://opensource.fb.com/legal/terms/">
Terms
</FooterLink>
<div className="flex flex-row mt-8 gap-x-2">
<div className="flex flex-row items-center mt-8 gap-x-2">
<ExternalLink
aria-label="React on Facebook"
href="https://www.facebook.com/react"
Expand Down

0 comments on commit 30f23d7

Please sign in to comment.