diff --git a/src/layouts/AppLayout.jsx b/src/layouts/AppLayout.jsx
index 4fc5e1d..5c01881 100644
--- a/src/layouts/AppLayout.jsx
+++ b/src/layouts/AppLayout.jsx
@@ -47,7 +47,16 @@ function AppLayout({children, isBot}) {
color={theme.palette.secondary.dark}
options={{showSpinner: false}}
/>
-
+
+
{children}
>);