Skip to content

Commit 10ccc19

Browse files
committed
🐛 update mobile nav paths
1 parent 7c2a624 commit 10ccc19

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

client/modules/IDE/pages/MobileIDEView.jsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,9 @@ const Expander = styled.div`
4343
`;
4444

4545
const headerNavOptions = [
46-
{
47-
icon: PreferencesIcon,
48-
title: 'Preferences',
49-
href: '/mobile/preferences',
50-
},
46+
{ icon: PreferencesIcon, title: 'Preferences', href: '/mobile/preferences', },
5147
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
52-
{
53-
icon: PreferencesIcon,
54-
title: 'Original Editor',
55-
href: '/mobile/preferences',
56-
},
48+
{ icon: PreferencesIcon, title: 'Original Editor', href: '/', },
5749
];
5850

5951

0 commit comments

Comments
 (0)