From e8000a1fbc1d66493ffb03b4eeb80eaa531dfec5 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 21 Apr 2024 12:33:30 -0400 Subject: [PATCH] Make the nav and hero more mobile responsive --- Frontend/src/app/components/github-star-button.tsx | 2 +- Frontend/src/app/components/landing/hero.tsx | 4 ++-- Frontend/src/app/components/navbar.tsx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Frontend/src/app/components/github-star-button.tsx b/Frontend/src/app/components/github-star-button.tsx index 312a432..05a2415 100644 --- a/Frontend/src/app/components/github-star-button.tsx +++ b/Frontend/src/app/components/github-star-button.tsx @@ -45,7 +45,7 @@ const GitHubStarButton = (): ReactElement => { rel="noopener noreferrer" target="_blank" > - + {/* Star Count */} } diff --git a/Frontend/src/app/components/landing/hero.tsx b/Frontend/src/app/components/landing/hero.tsx index e9def42..a2af413 100644 --- a/Frontend/src/app/components/landing/hero.tsx +++ b/Frontend/src/app/components/landing/hero.tsx @@ -29,9 +29,9 @@ const Hero = (): ReactElement => ( {/* Links */} -
+
- + Get Started diff --git a/Frontend/src/app/components/navbar.tsx b/Frontend/src/app/components/navbar.tsx index 299c68f..fb37f64 100644 --- a/Frontend/src/app/components/navbar.tsx +++ b/Frontend/src/app/components/navbar.tsx @@ -17,8 +17,8 @@ import { ReactElement } from "react"; const Navbar = (): ReactElement => { const path: string = usePathname(); // Get the current path return ( -