Skip to content

Commit 28aa842

Browse files
authored
Merge pull request #579 from processing/social-media-links
Replace Twitter with Bluesky
2 parents e052c1a + 9cf6834 commit 28aa842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer.js

Lines changed: 3 additions & 3 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://bsky.app/profile/processing.org'} target="_blank" rel="noreferrer">Bluesky</a>
27+
</li>
2528
<li>
2629
<a href={'https://mastodon.social/@processing/'} target="_blank" rel="noreferrer">Mastodon</a>
2730
</li>
@@ -31,9 +34,6 @@ const Footer = ({ withSidebar }) => {
3134
<li>
3235
<a href={'https://www.facebook.com/profile.php?id=61567491443061/'} target="_blank" rel="noreferrer">Facebook</a>
3336
</li>
34-
<li>
35-
<a href={'https://twitter.com/ProcessingCore'} target="_blank" rel="noreferrer">Twitter/X</a>
36-
</li>
3737
<li>
3838
<a href={'https://medium.com/@ProcessingOrg'} target="_blank" rel="noreferrer">Medium</a>
3939
</li>

0 commit comments

Comments
 (0)