From 2f419c17546987db425feef0bb37eb94fdc395b8 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 17 Apr 2024 17:50:05 -0400 Subject: [PATCH] Make the nav and landing page better on mobile --- Frontend/src/app/components/landing/hero.tsx | 5 ++++- Frontend/src/app/components/navbar.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) 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 ( -