Skip to content

Commit

Permalink
Add facebook link to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Feb 28, 2024
1 parent b106393 commit f41d2e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ const Footer: VoidComponent = () => {
<a href="mailto:[email protected]">[email protected]</a>
</span>
<div class={styles.right}>
{/* TODO: facebook link */}
<A href=".">
<A href="https://www.facebook.com/verseghyferencgimnazium" target="_blank">
<FaBrandsFacebookF class={styles.icon} />
</A>
<A href="https://github.com/Verseghy/website_frontend2" target="_blank">
Expand Down

0 comments on commit f41d2e5

Please sign in to comment.