Skip to content

Commit 4c8b026

Browse files
committed
feat: add warpcast link to footer
1 parent ec7c688 commit 4c8b026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/components/Footer.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import { FaDiscord, FaGithub, FaXTwitter } from "react-icons/fa6"
44
import { IoChevronUpSharp } from "react-icons/io5"
5+
import { SiFarcaster } from "react-icons/si"
56

67
import type { FooterLink, FooterLinkSection } from "@/lib/types"
78

@@ -22,6 +23,11 @@ const socialLinks = [
2223
href: "https://github.com/ethereum/ethereum-org-website",
2324
ariaLabel: "GitHub",
2425
},
26+
{
27+
icon: SiFarcaster,
28+
href: "https://warpcast.com/ethdotorg",
29+
ariaLabel: "Farcaster",
30+
},
2531
{
2632
icon: FaXTwitter,
2733
href: "https://x.com/ethdotorg",

0 commit comments

Comments
 (0)