Skip to content

Commit

Permalink
feat(Hero): update Facebook social link in the Hero component
Browse files Browse the repository at this point in the history
Changed the Facebook URL in the HeroSection to match the new profile link. Now the icon button directs users to the correct Facebook page.
  • Loading branch information
kleberbaum committed Dec 31, 2023
1 parent a80c95e commit 39e75f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liba/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const HeroSection = () => {
color="brand.500"
icon={<FaFacebook />}
aria-label="Github"
href="https://github.com/schettn/"
href="https://www.facebook.com/profile.php?id=61552973278627"
isExternal
/>
<IconButton
Expand Down

0 comments on commit 39e75f5

Please sign in to comment.