Skip to content

Commit 3bf438f

Browse files
committed
docs(footer): fix invalid Discord link
1 parent 534a617 commit 3bf438f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ const Footer = () => (
3939
<Link className="footer__link" to="/branding/">
4040
Branding
4141
</Link>
42-
<Link className="footer__link" to="https://discord.com/invite/8WWf6F7p">
42+
<Link
43+
className="footer__link"
44+
to="https://discord.com/invite/5sxFZPdx2k"
45+
>
4346
Discord
4447
</Link>
4548
<Link

0 commit comments

Comments
 (0)