From 86ec8c9b2ee3e6cda8be5914bd8131d39af9779a Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 14 Jan 2026 15:47:37 +0000 Subject: [PATCH] particles3 --- frontend/src/layouts/Authenticated.tsx | 5 ++++- frontend/src/layouts/Guest.tsx | 4 +++- frontend/src/pages/index.tsx | 3 --- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/layouts/Authenticated.tsx b/frontend/src/layouts/Authenticated.tsx index 1b9907d..27d956b 100644 --- a/frontend/src/layouts/Authenticated.tsx +++ b/frontend/src/layouts/Authenticated.tsx @@ -15,6 +15,7 @@ import { useRouter } from 'next/router' import {findMe, logoutUser} from "../stores/authSlice"; import {hasPermission} from "../helpers/userPermissions"; +import InteractiveBackground from "../components/InteractiveBackground"; type Props = { @@ -90,10 +91,12 @@ export default function LayoutAuthenticated({ return (
+
-
{children}
+ +
{children}
) } diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 0c132ad..d7f2d16 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -16,14 +16,11 @@ const Feature = ({ icon, title, text }) => (
); -import InteractiveBackground from '../components/InteractiveBackground'; - export default function LandingPage() { const title = 'EventCoord Hub' return (
- {getPageTitle('Welcome')}