👌 rename last menu option to 'Original Editor'
This commit is contained in:
parent
f7d06319e4
commit
77a40a9934
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const OverlayManager = ({ overlay, hideOverlay }) => {
|
||||||
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
|
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
|
||||||
{
|
{
|
||||||
icon: PreferencesIcon,
|
icon: PreferencesIcon,
|
||||||
title: 'Original View',
|
title: 'Original Editor',
|
||||||
href: '/mobile/preferences',
|
href: '/mobile/preferences',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue