diff --git a/frontend/src/layouts/Authenticated.tsx b/frontend/src/layouts/Authenticated.tsx index 504fc40..97d1589 100644 --- a/frontend/src/layouts/Authenticated.tsx +++ b/frontend/src/layouts/Authenticated.tsx @@ -138,7 +138,7 @@ export default function LayoutAuthenticated({ children, permission }: Props) { return (
Public site diff --git a/frontend/src/pages/client-portal.tsx b/frontend/src/pages/client-portal.tsx index 63b6dcf..a6e8087 100644 --- a/frontend/src/pages/client-portal.tsx +++ b/frontend/src/pages/client-portal.tsx @@ -37,7 +37,7 @@ function Panel({ }) { return (
{children}
diff --git a/frontend/src/pages/clients.tsx b/frontend/src/pages/clients.tsx index 23060af..959bbb2 100644 --- a/frontend/src/pages/clients.tsx +++ b/frontend/src/pages/clients.tsx @@ -55,7 +55,7 @@ function Panel({ }) { return (
{children}
diff --git a/frontend/src/pages/dashboard.tsx b/frontend/src/pages/dashboard.tsx index 1e05fb5..9b14709 100644 --- a/frontend/src/pages/dashboard.tsx +++ b/frontend/src/pages/dashboard.tsx @@ -68,7 +68,7 @@ function ShellCard({ }) { return (
{children}
@@ -125,7 +125,7 @@ const Dashboard = () => {
-
+
@@ -192,7 +192,7 @@ const Dashboard = () => {
{stats.map((stat) => ( - +

diff --git a/frontend/src/pages/session-memory.tsx b/frontend/src/pages/session-memory.tsx index 2a65cb0..0afcc15 100644 --- a/frontend/src/pages/session-memory.tsx +++ b/frontend/src/pages/session-memory.tsx @@ -39,7 +39,7 @@ function Panel({ }) { return (

{children}