diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 28278fed1..b01ad9ce8 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -57,7 +57,7 @@ export async function Global({ countries = [] }: GlobalProps) { map.addPin({ lat, lng, - svgOptions: { color: "#FF4500", radius: 0.5 }, + svgOptions: { color: "#FF4500", radius: 0.3 }, }); }); }