Skip to content

Commit

Permalink
feat(Footer): update Facebook social link in the Footer component
Browse files Browse the repository at this point in the history
Updated the Facebook link in the Footer component to point to the correct Facebook profile URL.
  • Loading branch information
kleberbaum committed Dec 31, 2023
1 parent 39e75f5 commit f037140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liba/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Footer: FC = () => {
},
{
label: 'Facebook',
href: 'https://t.me/schettn'
href: 'https://www.facebook.com/profile.php?id=61552973278627'
},
{
label: 'Instagram',
Expand Down

0 comments on commit f037140

Please sign in to comment.