@@ -86,9 +86,6 @@ class TopBarContainer extends React.Component {
8686 { label : 'Account and security' , link : '/settings/account' } ,
8787 { label : 'Notification settings' , link : '/settings/notifications' } ,
8888 ] ,
89- [
90- { label : 'Help' , link : 'https://help.topcoder.com/hc/en-us' , absolute : true , id : 0 }
91- ] ,
9289 [
9390 { label : 'Log out' , onClick : logoutClick , absolute : true , id : 0 }
9491 ]
@@ -102,13 +99,12 @@ class TopBarContainer extends React.Component {
10299 { label : 'My profile' , link : '/settings/profile' } ,
103100 { label : 'Account and security' , link : '/settings/account' } ,
104101 { label : 'Notification settings' , link : '/settings/notifications' } ,
105- { label : 'Help' , link : 'https://help.topcoder.com/hc/en-us' , absolute : true } ,
106102 ]
107103 } , {
108104 items : [
109- { label : 'About' , link : 'https://www.topcoder.com/about /' , absolute : true } ,
110- { label : 'Contact us' , link : 'https://www.topcoder.com/contact/' , absolute : true } ,
111- { label : 'Privacy' , link : 'https://www.topcoder.com/community/how-it-works/ privacy-policy/' , absolute : true } ,
105+ { label : 'About' , link : 'https://www.topcoder.com/company /' , absolute : true } ,
106+ { label : 'Contact us' , link : 'https://www.topcoder.com/contact-us /' , absolute : true } ,
107+ { label : 'Privacy' , link : 'https://www.topcoder.com/privacy-policy/' , absolute : true } ,
112108 { label : 'Terms' , link : 'https://connect.topcoder.com/terms' , absolute : true } ,
113109 ]
114110 } , {
0 commit comments