Removed unused links in AboutLayout nav
• Removed: - unused links in AboutLayout nav
This commit is contained in:
parent
06d85fe8d8
commit
ad29b3aca6
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user