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 @@ -4,10 +4,10 @@ import './FooterV2.scss'
44const FooterV2 = ( ) => (
55 < div className = "footer-v2" >
66 < ul className = "footer-links" >
7- < li > < a href = "https://www.topcoder.com/about-topcoder/" > About</ a > </ li >
8- < li > < a href = "https://www.topcoder.com/about-topcoder/contact/" > Contact</ a > </ li >
9- < li > < a href = "https://help.topcoder.com/hc/en-us" > Help</ a > </ li >
10- < li > < a href = "https://www.topcoder.com/community/how-it-works/privacy-policy/" > Privacy</ a > </ li >
7+ < li > < a href = "https://www.topcoder.com/about-topcoder/" target = "_blank" > About</ a > </ li >
8+ < li > < a href = "https://www.topcoder.com/about-topcoder/contact/" target = "_blank" > Contact</ a > </ li >
9+ < li > < a href = "https://help.topcoder.com/hc/en-us" target = "_blank" > Help</ a > </ li >
10+ < li > < a href = "https://www.topcoder.com/community/how-it-works/privacy-policy/" target = "_blank" > Privacy</ a > </ li >
1111 < li > < a href = "https://connect.topcoder.com/terms" > Terms</ a > </ li >
1212 </ ul >
1313 < div className = "footer-copyright" >
You can’t perform that action at this time.
0 commit comments