diff --git a/src/components/Map.tsx b/src/components/Map.tsx index 5a77205..608f5b5 100644 --- a/src/components/Map.tsx +++ b/src/components/Map.tsx @@ -121,12 +121,10 @@ const Map = ({ shops, onShopSelect, selectedShop, isDiscoveryOpen }: MapProps) = const createCustomIcon = () => { return new L.DivIcon({ className: 'custom-icon', - html: `
- -
`, - iconSize: [32, 32], - iconAnchor: [16, 32], - popupAnchor: [0, -32], + html: `
`, + iconSize: [16, 16], + iconAnchor: [8, 8], + popupAnchor: [0, -10], }); };