diff --git a/front-end/src/routes/Router.tsx b/front-end/src/routes/Router.tsx index 10fe944..ca77b9a 100644 --- a/front-end/src/routes/Router.tsx +++ b/front-end/src/routes/Router.tsx @@ -119,9 +119,9 @@ const Router = [ path: '/interactive-page', element: ( - + {/* */} - + {/* */} ), children: [ @@ -144,9 +144,9 @@ const Router = [ path: '/tutorials-page', element: ( - + {/* */} - + {/* */} ), children: [ diff --git a/front-end/src/views/blockly-page/BlocklyPage.tsx b/front-end/src/views/blockly-page/BlocklyPage.tsx index 8c8e291..fc4ceef 100644 --- a/front-end/src/views/blockly-page/BlocklyPage.tsx +++ b/front-end/src/views/blockly-page/BlocklyPage.tsx @@ -227,8 +227,8 @@ const BlocklyPage = () => { {loading && isSimulatorLoading ? ( ) : ( - - + + {/* column */} { )} - + @@ -298,7 +298,7 @@ const BlocklyPage = () => { {/* Terminal */} { {loading && isSimulatorLoading ? ( ) : ( - - + + @@ -327,7 +327,7 @@ const MonacoPage: React.FC = () => { )} - + {