style: maximize map zoom to scale 170 and center at 10N

This commit is contained in:
Usman Baig
2026-01-16 21:33:38 +01:00
parent f5938aaf49
commit 557407fca6

View File

@@ -44,7 +44,7 @@ const WorldMap = ({ data }: WorldMapProps) => {
<ComposableMap <ComposableMap
width={800} width={800}
height={400} height={400}
projectionConfig={{ rotate: [-10, 0, 0], scale: 155, center: [0, 0] }} projectionConfig={{ rotate: [-10, 0, 0], scale: 170, center: [0, 10] }}
className="w-full h-auto" className="w-full h-auto"
> >
<Geographies geography={geoUrl}> <Geographies geography={geoUrl}>