Skip to content

Commit 78fa046

Browse files
author
vikasrohit
authored
Merge pull request #556 from appirio-tech/fnisen-patch-8
Update Footer.jsx
2 parents 3c884ae + 7d8242b commit 78fa046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Footer/Footer.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require('./Footer.scss')
77
const Footer = () => {
88
const currentYear = moment().format('YYYY')
99
const otherNavigationItems = [
10-
{img: '', text: 'About', link: 'https://www.topcoder.com/about-topcoder/'},
11-
{img: '', text: 'Contact', link: 'https://www.topcoder.com/about-topcoder/contact/'},
12-
{img: '', text: 'Help', link: 'https://help.topcoder.com/hc/en-us'},
13-
{img: '', text: 'Privacy', link: 'https://www.topcoder.com/community/how-it-works/privacy-policy/'},
10+
{img: '', text: 'About', link: 'https://www.topcoder.com/about-topcoder/', target: '_blank'},
11+
{img: '', text: 'Contact', link: 'https://www.topcoder.com/about-topcoder/contact/', target: '_blank'},
12+
{img: '', text: 'Help', link: 'https://help.topcoder.com/hc/en-us', target: '_blank'},
13+
{img: '', text: 'Privacy', link: 'https://www.topcoder.com/community/how-it-works/privacy-policy/', target: '_blank'},
1414
{img: '', text: 'Terms', link: 'https://connect.topcoder.com/terms'}
1515
]
1616
const isProjectDetails = /projects\/\d+/.test(window.location.pathname)

0 commit comments

Comments
 (0)