Skip to content

Commit c0de447

Browse files
authored
Merge pull request #434 from Arya-Gupta/main
FIxed social media links to open in new page
2 parents 85dd5f6 + 8513dfc commit c0de447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Footer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)