diff --git a/src/components/Home/Desktop/Banner/LocationMarker.tsx b/src/components/Home/Desktop/Banner/LocationMarker.tsx index 317ddfb..d288f32 100644 --- a/src/components/Home/Desktop/Banner/LocationMarker.tsx +++ b/src/components/Home/Desktop/Banner/LocationMarker.tsx @@ -71,7 +71,7 @@ export default function LocationMarker({ location, onDragEnd }: Props) { className="absolute -bottom-4.5 z-[-1] size-1.5 rounded-full bg-black shadow-md" /> )} - + diff --git a/src/components/Home/Desktop/Banner/LocationModal.tsx b/src/components/Home/Desktop/Banner/LocationModal.tsx index 5be350a..ca811fb 100644 --- a/src/components/Home/Desktop/Banner/LocationModal.tsx +++ b/src/components/Home/Desktop/Banner/LocationModal.tsx @@ -1,16 +1,19 @@ -"use client" +"use client"; import MainMap from "@/components/MainMap"; import LocationMarker from "./LocationMarker"; const LocationModal = () => { return (
- - { - console.log("hello")}} /> - + + { + console.log("hello"); + }} + /> +
- ); }; export default LocationModal; diff --git a/src/components/MainMap/index.tsx b/src/components/MainMap/index.tsx index 939334c..05fa81b 100644 --- a/src/components/MainMap/index.tsx +++ b/src/components/MainMap/index.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { Map, MapLayerMouseEvent } from "@vis.gl/react-maplibre"; import { ReactNode, useMemo } from "react"; import maplibregl from "maplibre-gl";