Change height

This commit is contained in:
Alireza Adli 2023-10-12 11:23:48 -04:00
parent b77b6dc0d1
commit b2e2229463

View File

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