style: increase map scale and center to fill container

This commit is contained in:
Usman Baig
2026-01-16 21:24:45 +01:00
parent 073a3a35eb
commit fb52293f7c

View File

@@ -48,7 +48,7 @@ const WorldMap = ({ data }: WorldMapProps) => {
<ComposableMap <ComposableMap
width={475} width={475}
height={335} height={335}
projectionConfig={{ rotate: [-10, 0, 0], scale: 90, center: [0, 20] }} projectionConfig={{ rotate: [-10, 0, 0], scale: 120, center: [0, 15] }}
className="w-full h-auto" className="w-full h-auto"
> >
<Geographies geography={geoUrl}> <Geographies geography={geoUrl}>