@@ -4,7 +4,7 @@ import { useState, useRef, useEffect } from "react"
44import Link from "next/link"
55import Image from "next/image"
66import { ChevronDown } from "lucide-react"
7- import { FaBluesky , FaDiscord , FaGithub , FaLinkedin , FaReddit , FaTiktok , FaXTwitter } from "react-icons/fa6"
7+ import { FaBluesky , FaDiscord , FaGithub , FaLinkedin , FaReddit , FaTiktok , FaXTwitter , FaYoutube } from "react-icons/fa6"
88
99import { EXTERNAL_LINKS , INTERNAL_LINKS } from "@/lib/constants"
1010import { useLogoSrc } from "@/lib/hooks/use-logo-src"
@@ -80,6 +80,14 @@ export function Footer() {
8080 < FaLinkedin className = "h-6 w-6" />
8181 < span className = "sr-only" > LinkedIn</ span >
8282 </ a >
83+ < a
84+ href = { EXTERNAL_LINKS . BLUESKY }
85+ target = "_blank"
86+ rel = "noopener noreferrer"
87+ className = "text-muted-foreground transition-colors hover:text-foreground" >
88+ < FaBluesky className = "h-6 w-6" />
89+ < span className = "sr-only" > Bluesky</ span >
90+ </ a >
8391 < a
8492 href = { EXTERNAL_LINKS . TIKTOK }
8593 target = "_blank"
@@ -89,12 +97,12 @@ export function Footer() {
8997 < span className = "sr-only" > TikTok</ span >
9098 </ a >
9199 < a
92- href = { EXTERNAL_LINKS . BLUESKY }
100+ href = { EXTERNAL_LINKS . YOUTUBE }
93101 target = "_blank"
94102 rel = "noopener noreferrer"
95103 className = "text-muted-foreground transition-colors hover:text-foreground" >
96- < FaBluesky className = "h-6 w-6" />
97- < span className = "sr-only" > Bluesky </ span >
104+ < FaYoutube className = "h-6 w-6" />
105+ < span className = "sr-only" > YouTube </ span >
98106 </ a >
99107 </ div >
100108 </ div >
0 commit comments