Skip to content

Commit 77a40a9

Browse files
committed
👌 rename last menu option to 'Original Editor'
1 parent f7d0631 commit 77a40a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/OverlayManager.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const OverlayManager = ({ overlay, hideOverlay }) => {
3030
{ icon: PreferencesIcon, title: 'Examples', href: '/mobile/examples' },
3131
{
3232
icon: PreferencesIcon,
33-
title: 'Original View',
33+
title: 'Original Editor',
3434
href: '/mobile/preferences',
3535
},
3636
];

0 commit comments

Comments
 (0)