Skip to content

Commit 6910b7a

Browse files
authored
Replace FaBlueSky with SiBluesky in social links
1 parent 823e05f commit 6910b7a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/ui/components/Layouts/Links/social-links.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
import * as React from "react"
44
import { cn } from "@/lib/utils"
5-
import { SiDiscord, SiTrustpilot, SiX, SiGithub } from "react-icons/si"
6-
import { FaBlueSky } from "react-icons/fa"
5+
import { SiDiscord, SiTrustpilot, SiX, SiGithub, SiBluesky } from "react-icons/si"
76
import { Mail } from "lucide-react"
87

98
interface SocialLink {
@@ -28,7 +27,7 @@ const socialLinks: SocialLink[] = [
2827
},
2928
{
3029
href: "https://bsky.app/profile/nodebyte.host",
31-
icon: FaBlueSky,
30+
icon: SiBluesky,
3231
label: "BlueSky",
3332
color: "hover:bg-foreground hover:text-background hover:border-foreground",
3433
},

0 commit comments

Comments
 (0)