diff --git a/Frontend/src/app/components/landing/hero.tsx b/Frontend/src/app/components/landing/hero.tsx index 47bcb35..9b7f9be 100644 --- a/Frontend/src/app/components/landing/hero.tsx +++ b/Frontend/src/app/components/landing/hero.tsx @@ -14,7 +14,10 @@ const Hero = (): JSX.Element => (
{/* Title */}

{config.siteName}

diff --git a/Frontend/src/app/components/navbar.tsx b/Frontend/src/app/components/navbar.tsx index 10a634c..d41cd85 100644 --- a/Frontend/src/app/components/navbar.tsx +++ b/Frontend/src/app/components/navbar.tsx @@ -20,20 +20,20 @@ import { Suspense } from "react"; const Navbar = (): JSX.Element => { const path: string = usePathname(); // Get the current path return ( -