Skip to content

Commit 823e05f

Browse files
authored
Fix color property syntax in social links
1 parent 2d41857 commit 823e05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const socialLinks: SocialLink[] = [
3030
href: "https://bsky.app/profile/nodebyte.host",
3131
icon: FaBlueSky,
3232
label: "BlueSky",
33-
color: color: "hover:bg-foreground hover:text-background hover:border-foreground",
33+
color: "hover:bg-foreground hover:text-background hover:border-foreground",
3434
},
3535
{
3636
href: "https://github.com/NodeByteHosting",

0 commit comments

Comments
 (0)