Skip to content

Commit

Permalink
fix(global): point radius
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Nov 20, 2024
1 parent 635cc47 commit 9e3945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/ClientComponents/Global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
});
});
}
Expand Down

0 comments on commit 9e3945e

Please sign in to comment.