diff --git a/src/app/playground/layout.tsx b/src/app/playground/layout.tsx index 49117dc..c587016 100644 --- a/src/app/playground/layout.tsx +++ b/src/app/playground/layout.tsx @@ -18,17 +18,13 @@ export default function PlaygroundLayout() { One - + - - - - @@ -37,6 +33,10 @@ export default function PlaygroundLayout() { + + + + diff --git a/src/app/playground/layout/terminal/result.tsx b/src/app/playground/layout/terminal/result.tsx index dbc890b..805956b 100644 --- a/src/app/playground/layout/terminal/result.tsx +++ b/src/app/playground/layout/terminal/result.tsx @@ -12,14 +12,16 @@ export default function ResultPage() { return ( <> {type && message && ( - + <> - {output && ( - - {output} - - )} - + + {output && ( + + {output} + + )} + + )} );