Change to the old width and height

This commit is contained in:
Alireza Adli 2023-10-12 11:24:54 -04:00
parent b2e2229463
commit ad35493c97

View File

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