👌 fix dropdown link to original view
This commit is contained in:
parent
f1108c85ec
commit
7e9aa18a75
1 changed files with 1 additions and 5 deletions
|
@ -28,11 +28,7 @@ const OverlayManager = ({ overlay, hideOverlay }) => {
|
||||||
href: '/mobile/preferences',
|
href: '/mobile/preferences',
|
||||||
},
|
},
|
||||||
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
|
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
|
||||||
{
|
{ icon: PreferencesIcon, title: 'Original Editor', href: '/' },
|
||||||
icon: PreferencesIcon,
|
|
||||||
title: 'Original Editor',
|
|
||||||
href: '/mobile/preferences',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const jsx = (
|
const jsx = (
|
||||||
|
|
Loading…
Reference in a new issue