diff --git a/project-app/components/Landing/Landing.jsx b/project-app/components/Landing/Landing.jsx index 9b0c34d..1f99393 100644 --- a/project-app/components/Landing/Landing.jsx +++ b/project-app/components/Landing/Landing.jsx @@ -9,7 +9,7 @@ const LandingBanner = () => {
-

+

Project Clean-Up

diff --git a/project-app/components/Landing/NavButton/NavButton.jsx b/project-app/components/Landing/NavButton/NavButton.jsx index d92f46d..1fb1f23 100644 --- a/project-app/components/Landing/NavButton/NavButton.jsx +++ b/project-app/components/Landing/NavButton/NavButton.jsx @@ -4,6 +4,7 @@ import React from "react"; function NavButton( {buttonText}) { return ( + diff --git a/project-app/pages/index.js b/project-app/pages/index.js index 037bfcc..8b1a869 100644 --- a/project-app/pages/index.js +++ b/project-app/pages/index.js @@ -19,9 +19,9 @@ const MapWithNoSSR = dynamic(() => import("../components/Map/Map.jsx"), { export default function Home() { return ( - <> +
- Project Clean-Up|Home + Project Clean-Up | Home
@@ -36,6 +36,6 @@ export default function Home() {
- +
); }