File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,22 @@ const Footer = ({ withSidebar }) => {
20
20
< div className = { classnames ( grid . col , css . socialmediaWrapper ) } >
21
21
< ul >
22
22
< li >
23
- < a href = { 'https ://twitter .com/ProcessingOrg ' } target = "_blank" rel = "noreferrer" > Twitter </ a >
23
+ < a href = { 'http ://github .com/processing/ ' } target = "_blank" rel = "noreferrer" > GitHub </ a >
24
24
</ li >
25
25
< li >
26
- < a href = { 'https://medium.com/@ProcessingOrg ' } target = "_blank" rel = "noreferrer" > Medium </ a >
26
+ < a href = { 'https://mastodon.social/@processing/ ' } target = "_blank" rel = "noreferrer" > Mastodon </ a >
27
27
</ li >
28
28
< li >
29
- < a href = { 'https://www.instagram.com/processingorg /' } target = "_blank" rel = "noreferrer" > Instagram</ a >
29
+ < a href = { 'https://www.instagram.com/processing_core /' } target = "_blank" rel = "noreferrer" > Instagram</ a >
30
30
</ li >
31
31
< li >
32
- < a href = { 'http://github.com/processing/' } target = "_blank" rel = "noreferrer" > GitHub</ a >
32
+ < a href = { 'https://www.facebook.com/profile.php?id=61567491443061/' } target = "_blank" rel = "noreferrer" > Facebook</ a >
33
+ </ li >
34
+ < li >
35
+ < a href = { 'https://twitter.com/ProcessingCore' } target = "_blank" rel = "noreferrer" > Twitter/X</ a >
36
+ </ li >
37
+ < li >
38
+ < a href = { 'https://medium.com/@ProcessingOrg' } target = "_blank" rel = "noreferrer" > Medium</ a >
33
39
</ li >
34
40
</ ul >
35
41
< p
You can’t perform that action at this time.
0 commit comments