diff --git a/app/app/layout.tsx b/app/app/layout.tsx
index 30285c9..e1402be 100644
--- a/app/app/layout.tsx
+++ b/app/app/layout.tsx
@@ -17,7 +17,10 @@ export default function RootLayout({
return (
- {children}
+
+ {children}
);
diff --git a/app/components/WebConsole/index.tsx b/app/components/WebConsole/index.tsx
index e7e0119..05694e8 100644
--- a/app/components/WebConsole/index.tsx
+++ b/app/components/WebConsole/index.tsx
@@ -134,7 +134,7 @@ const Console = () => {
return (