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 ( -