Skip to content

Commit 25bf89f

Browse files
committed
fix footer discord link
1 parent b0dc753 commit 25bf89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const socialLinks = [
3434
},
3535
{
3636
icon: FaDiscord,
37-
to: "/discord",
37+
to: "https://discord.gg/ethereum-org",
3838
ariaLabel: "Discord",
3939
color: "#7289da",
4040
},

0 commit comments

Comments
 (0)