Enlarge the map by changing the height value

This commit is contained in:
Alireza Adli 2023-10-05 13:35:14 -04:00
parent e5cc456d6b
commit 71dc5bb1a7

View File

@ -23,7 +23,7 @@ export function CityMap() {
}, []); }, []);
return ( return (
<div id="map" style={{ width: '350%', height: '600px' }}></div> <div id="map" style={{ width: '350%', height: '620px' }}></div>
); );
} }