🐛 update mobile nav paths

This commit is contained in:
ghalestrilo 2020-07-29 18:04:30 -03:00
parent 7c2a624eae
commit 10ccc195d2
1 changed files with 2 additions and 10 deletions

View File

@ -43,17 +43,9 @@ const Expander = styled.div`
`;
const headerNavOptions = [
{
icon: PreferencesIcon,
title: 'Preferences',
href: '/mobile/preferences',
},
{ icon: PreferencesIcon, title: 'Preferences', href: '/mobile/preferences', },
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
{
icon: PreferencesIcon,
title: 'Original Editor',
href: '/mobile/preferences',
},
{ icon: PreferencesIcon, title: 'Original Editor', href: '/', },
];