diff --git a/src/components/Main/Main.tsx b/src/components/Main/Main.tsx index 3c925d0..8e5d21e 100644 --- a/src/components/Main/Main.tsx +++ b/src/components/Main/Main.tsx @@ -4,9 +4,9 @@ import MapComponent from "../Map/Map"; const Main = () => { return ( -
+
-

+

Let's learn about bread - Select a region to get baking!

diff --git a/src/components/Map/Map.tsx b/src/components/Map/Map.tsx index 768ab77..df57e8d 100644 --- a/src/components/Map/Map.tsx +++ b/src/components/Map/Map.tsx @@ -7,7 +7,7 @@ import { useNavigate } from "react-router-dom"; const MapComponent = () => { return (