Skip to content

Commit fcd0c90

Browse files
authored
Merge pull request #594 from twisst/main
fixes Facebook link in footer
2 parents 142c9de + 25e3ef5 commit fcd0c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Footer = ({ withSidebar }) => {
3232
<a href={'https://www.instagram.com/processing_core/'} target="_blank" rel="noreferrer">Instagram</a>
3333
</li>
3434
<li>
35-
<a href={'https://www.facebook.com/profile.php?id=61567491443061/'} target="_blank" rel="noreferrer">Facebook</a>
35+
<a href={'https://www.facebook.com/people/Processing-Core/61567491443061/'} target="_blank" rel="noreferrer">Facebook</a>
3636
</li>
3737
<li>
3838
<a href={'https://medium.com/@ProcessingOrg'} target="_blank" rel="noreferrer">Medium</a>

0 commit comments

Comments
 (0)