@@ -7,10 +7,10 @@ require('./Footer.scss')
77const 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 = / p r o j e c t s \/ \d + / . test ( window . location . pathname )
0 commit comments