Removed unused links in AboutLayout nav

• Removed:
- unused links in AboutLayout nav
This commit is contained in:
mgabdev 2020-07-15 23:05:30 -05:00
parent 06d85fe8d8
commit ad29b3aca6

View File

@ -24,10 +24,10 @@ export default class SettingsLayout extends PureComponent {
title: 'About', title: 'About',
to: '/about', to: '/about',
}, },
{ // {
title: 'Assets', // title: 'Assets',
to: '/about/assets', // to: '/about/assets',
}, // },
{ {
title: 'DMCA', title: 'DMCA',
to: '/about/dmca', to: '/about/dmca',
@ -36,10 +36,10 @@ export default class SettingsLayout extends PureComponent {
title: 'Investors', title: 'Investors',
to: '/about/investors', to: '/about/investors',
}, },
{ // {
title: 'Press', // title: 'Press',
to: '/about/press', // to: '/about/press',
}, // },
{ {
title: 'Privacy Policy', title: 'Privacy Policy',
to: '/about/privacy', to: '/about/privacy',