👌 fix dropdown link to original view

This commit is contained in:
ghalestrilo 2020-07-28 16:50:51 -03:00
parent f1108c85ec
commit 7e9aa18a75
1 changed files with 1 additions and 5 deletions

View File

@ -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 = (