👌 rename last menu option to 'Original Editor'

This commit is contained in:
ghalestrilo 2020-07-24 17:45:40 -03:00
parent f7d06319e4
commit 77a40a9934
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const OverlayManager = ({ overlay, hideOverlay }) => {
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
{
icon: PreferencesIcon,
title: 'Original View',
title: 'Original Editor',
href: '/mobile/preferences',
},
];