Added Press, Assets pages in About section

• Added:
- Press, Assets pages in About section
This commit is contained in:
mgabdev
2020-09-11 18:02:07 -05:00
parent 3cb33c4656
commit b124a5024c
5 changed files with 218 additions and 10 deletions

View File

@@ -25,10 +25,10 @@ class SettingsLayout extends React.PureComponent {
title: 'About',
to: '/about',
},
// {
// title: 'Assets',
// to: '/about/assets',
// },
{
title: 'Assets',
to: '/about/assets',
},
{
title: 'DMCA',
to: '/about/dmca',
@@ -37,10 +37,10 @@ class SettingsLayout extends React.PureComponent {
title: 'Investors',
to: '/about/investors',
},
// {
// title: 'Press',
// to: '/about/press',
// },
{
title: 'Press',
to: '/about/press',
},
{
title: 'Privacy Policy',
to: '/about/privacy',