diff --git a/src/app/page.tsx b/src/app/page.tsx index f944ded..f577e02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ import styles from "./page.module.css"; -import Map from "../components/map"; +import Map from "../components/Map"; export default function Home() { return ( diff --git a/src/components/Map.jsx b/src/components/Map.jsx index 1f7fb34..f17bff4 100644 --- a/src/components/Map.jsx +++ b/src/components/Map.jsx @@ -12,7 +12,7 @@ const center = { lng: 135.49939605607292, }; -const zoom = 10; +const zoom = 17; const Map = () => { return (