Skip to content

Commit 93ea33f

Browse files
committed
Add Discord link to footer
A new Discord link has been added to the footer navigation for improved community access.
1 parent 8f7d710 commit 93ea33f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Footer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const Footer = ({ withSidebar }) => {
2222
<li>
2323
<a href={'http://github.com/processing/'} target="_blank" rel="noreferrer">GitHub</a>
2424
</li>
25+
<li>
26+
<a href={'https://discord.gg/aWTgcaGdjr'} target="_blank" rel="noreferrer">Discord</a>
27+
</li>
2528
<li>
2629
<a href={'https://bsky.app/profile/processing.org'} target="_blank" rel="noreferrer">Bluesky</a>
2730
</li>

0 commit comments

Comments
 (0)