Mobile map modal and more POIs

This commit is contained in:
2025-07-25 11:58:30 +05:00
parent 226397afac
commit 54d48c8ce3
3 changed files with 160 additions and 57 deletions
+4 -1
View File
@@ -35,7 +35,10 @@ export default function MapMarker({
borderColor={"transparent"}
scale={poi.clickableAreaScale || 1}
>
{children}
<>
{children}
<span className={`text-black text-center opacity-[1]`}></span>
</>
</Pin>
</AdvancedMarker>
);