diff --git a/src/components/MobileMenu/MobileMenu.jsx b/src/components/MobileMenu/MobileMenu.jsx
index 8f58407e8..199cba071 100644
--- a/src/components/MobileMenu/MobileMenu.jsx
+++ b/src/components/MobileMenu/MobileMenu.jsx
@@ -52,7 +52,7 @@ const MobileMenu = ({ user, onClose, menu }) => {
))}
-
Topcoder © 2018
+ Topcoder © {new Date().getFullYear()}
)
diff --git a/src/components/TopBar/TopBarContainer.js b/src/components/TopBar/TopBarContainer.js
index 3c34174e4..d93e96025 100644
--- a/src/components/TopBar/TopBarContainer.js
+++ b/src/components/TopBar/TopBarContainer.js
@@ -88,14 +88,8 @@ class TopBarContainer extends React.Component {
{ label: 'Account and security', link: '/settings/account' },
{ label: 'Notification settings', link: '/settings/notifications' },
]
- }, {
- items: [
- { label: 'About', link: 'https://www.topcoder.com/company/', absolute: true },
- { label: 'Contact us', link: 'https://www.topcoder.com/contact-us/', absolute: true },
- { label: 'Privacy', link: 'https://www.topcoder.com/privacy-policy/', absolute: true },
- { label: 'Terms', link: 'https://connect.topcoder.com/terms', absolute: true },
- ]
- }, {
+ },
+ {
items: [
{ label: 'Log Out', link: logoutLink, absolute: true, onClick: logoutClick },
]