From abb45ecb7ffaaa7cd36d9029b63182b19d66a6eb Mon Sep 17 00:00:00 2001 From: amiragucher Date: Mon, 1 Aug 2022 16:19:00 +0100 Subject: [PATCH] Background colour changed --- project-app/components/Landing/Landing.jsx | 2 +- project-app/components/Landing/NavButton/NavButton.jsx | 2 +- project-app/pages/index.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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 8364f6c..b51cf03 100644 --- a/project-app/components/Landing/NavButton/NavButton.jsx +++ b/project-app/components/Landing/NavButton/NavButton.jsx @@ -4,7 +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 ead19df..0584723 100644 --- a/project-app/pages/index.js +++ b/project-app/pages/index.js @@ -16,9 +16,9 @@ const MapWithNoSSR = dynamic(() => import("../components/Map/Map.jsx"), { export default function Home() { return ( - <> +
- Project Clean-Up|Home + Project Clean-Up | Home
@@ -29,6 +29,6 @@ export default function Home() {
- +
); }