We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf2045 commit 409c449Copy full SHA for 409c449
1 file changed
packages/playground/src/react/view-toggle.tsx
@@ -32,7 +32,7 @@ export const ViewToggle: FunctionComponent<ViewToggleProps> = ({
32
className={style["view-toggle-tabs"]}
33
>
34
<Tab value="editor" className={style["view-toggle-tab"]}>
35
- Editor
+ TSP
36
</Tab>
37
<Tab value="both" className={style["view-toggle-tab"]}>
38
Both
0 commit comments