Skip to content

Commit 4b4d769

Browse files
authored
Update Discord link in social links component
1 parent 2da60bc commit 4b4d769

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
@@ -14,7 +14,7 @@ interface SocialLink {
1414

1515
const socialLinks: SocialLink[] = [
1616
{
17-
href: "https://discord.gg/wN58bTzzpW",
17+
href: "https://discord.gg/nodebyte",
1818
icon: SiDiscord,
1919
label: "Discord",
2020
color: "hover:bg-[#5865F2] hover:border-[#5865F2]",

0 commit comments

Comments
 (0)