diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 28278fe..b01ad9c 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 }, }); }); } diff --git a/package.json b/package.json index 65632f5..f23916b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.4.2", + "version": "1.4.2-fix", "private": true, "scripts": { "dev": "next dev -p 3040",