diff --git a/src/components/Playground/WorkspaceExample.tsx b/src/components/Playground/WorkspaceExample.tsx index df6fd55..a6a4361 100644 --- a/src/components/Playground/WorkspaceExample.tsx +++ b/src/components/Playground/WorkspaceExample.tsx @@ -15,38 +15,36 @@ type Props = { export const WorkspaceExample: FC = (props) => { return ( - <> -
-
- {props.isPortrait && || } -
+
+
+ {props.isPortrait && || } +
-
- - - - - - - - -
+
+ + + + + + + + +
- {props.isPortrait && ( -
- -
- )} -
- + {props.isPortrait && ( +
+ +
+ )} +
); }; diff --git a/src/components/Playground/WorkspaceProject.tsx b/src/components/Playground/WorkspaceProject.tsx index 232790b..4fa8418 100644 --- a/src/components/Playground/WorkspaceProject.tsx +++ b/src/components/Playground/WorkspaceProject.tsx @@ -17,15 +17,15 @@ export const WorkspaceProject: FC = (props) => { return ( <>
-
+
-
+