File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ const Footer = ({ withSidebar }) => {
2020 < div className = { classnames ( grid . col , css . socialmediaWrapper ) } >
2121 < ul >
2222 < li >
23- < a href = { 'https://twitter.com/ProcessingOrg' } > Twitter</ a >
23+ < a href = { 'https://twitter.com/ProcessingOrg' } target = "_blank" > Twitter</ a >
2424 </ li >
2525 < li >
26- < a href = { 'https://medium.com/@ProcessingOrg' } > Medium</ a >
26+ < a href = { 'https://medium.com/@ProcessingOrg' } target = "_blank" > Medium</ a >
2727 </ li >
2828 < li >
29- < a href = { 'https://www.instagram.com/processingorg/' } > Instagram</ a >
29+ < a href = { 'https://www.instagram.com/processingorg/' } target = "_blank" > Instagram</ a >
3030 </ li >
3131 < li >
32- < a href = { 'http://github.com/processing/' } > GitHub</ a >
32+ < a href = { 'http://github.com/processing/' } target = "_blank" > GitHub</ a >
3333 </ li >
3434 </ ul >
3535 < p
You can’t perform that action at this time.
0 commit comments