We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7c688 commit 4c8b026Copy full SHA for 4c8b026
src/components/Footer.tsx
@@ -2,6 +2,7 @@
2
3
import { FaDiscord, FaGithub, FaXTwitter } from "react-icons/fa6"
4
import { IoChevronUpSharp } from "react-icons/io5"
5
+import { SiFarcaster } from "react-icons/si"
6
7
import type { FooterLink, FooterLinkSection } from "@/lib/types"
8
@@ -22,6 +23,11 @@ const socialLinks = [
22
23
href: "https://github.com/ethereum/ethereum-org-website",
24
ariaLabel: "GitHub",
25
},
26
+ {
27
+ icon: SiFarcaster,
28
+ href: "https://warpcast.com/ethdotorg",
29
+ ariaLabel: "Farcaster",
30
+ },
31
{
32
icon: FaXTwitter,
33
href: "https://x.com/ethdotorg",
0 commit comments