Skip to content

Commit 1f9dd8b

Browse files
author
Ives van Hoorne
committed
Change TypeScript to TS in menu
1 parent e6a0dd2 commit 1f9dd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Content/Header/NewSandboxMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default () => (
3737
style={{ textDecoration: 'none' }}
3838
to={newReactTypeScriptSandboxUrl()}
3939
>
40-
<MenuItem>New React TypeScript Sandbox</MenuItem>
40+
<MenuItem>New React TS Sandbox</MenuItem>
4141
</Link>
4242
<Link style={{ textDecoration: 'none' }} to={newPreactSandboxUrl()}>
4343
<MenuItem>New Preact Sandbox</MenuItem>

0 commit comments

Comments
 (0)