Skip to content

Commit 2d41857

Browse files
authored
Add BlueSky social link to social-links component
1 parent e56bb14 commit 2d41857

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import * as React from "react"
44
import { cn } from "@/lib/utils"
55
import { SiDiscord, SiTrustpilot, SiX, SiGithub } from "react-icons/si"
6+
import { FaBlueSky } from "react-icons/fa"
67
import { Mail } from "lucide-react"
78

89
interface SocialLink {
@@ -25,6 +26,12 @@ const socialLinks: SocialLink[] = [
2526
label: "X (Twitter)",
2627
color: "hover:bg-foreground hover:text-background hover:border-foreground",
2728
},
29+
{
30+
href: "https://bsky.app/profile/nodebyte.host",
31+
icon: FaBlueSky,
32+
label: "BlueSky",
33+
color: color: "hover:bg-foreground hover:text-background hover:border-foreground",
34+
},
2835
{
2936
href: "https://github.com/NodeByteHosting",
3037
icon: SiGithub,

0 commit comments

Comments
 (0)