diff --git a/website/src/repl/components/panel/Panel.jsx b/website/src/repl/components/panel/Panel.jsx index 1d43dc63..57cd26c0 100644 --- a/website/src/repl/components/panel/Panel.jsx +++ b/website/src/repl/components/panel/Panel.jsx @@ -20,15 +20,23 @@ export function HorizontalPanel({ context }) { const { isPanelOpen, activeFooter: tab } = settings; return ( - - {isPanelOpen &&
- -
} + + {isPanelOpen && ( +
+ +
+ )} -
- +
+ +
+ +
); } @@ -88,7 +96,7 @@ function PanelNav({ children, className, settings, ...props }) {