diff --git a/frontend/src/app/HomePage.tsx b/frontend/src/app/HomePage.tsx index 96a0ae8..5f30e30 100644 --- a/frontend/src/app/HomePage.tsx +++ b/frontend/src/app/HomePage.tsx @@ -23,9 +23,7 @@ interface HomePageProps export default function HomePage({} : HomePageProps) { const execProfiles = useAppSelector(selectProfile); - const event = useAppSelector(selectEvent); - const mainDispatch = useAppDispatch(); mainDispatch(SetCurrentPage("/")); @@ -55,41 +53,41 @@ export default function HomePage({} : HomePageProps) }); let css: string = "", flexContainer: string = "flex flex-row max-[600px]:justify-center max-[600px]:mx-0 ml-[10%]"; - let size: number = 5;
;
;
; - return (
-
-
+ return ( +
+
+
-
-
- Langara -
- -
- Computer +
+
+ Langara +
+ +
+ Computer +
+ +
+ Science Club +
-
- Science Club +
+
- -
- -
-
-
-
- +
+
+ +
-
- ); +); }