Skip to content

Commit

Permalink
Update src/pages/map/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Innes <[email protected]>
  • Loading branch information
LunakisDev and NathanInnes authored Nov 8, 2024
1 parent f41a4ce commit 1e05e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import Section from '../../components/Utils/Section';
const LeafletMap = dynamic(() => import('../../components/Map/Map'), { ssr: false });

const Map: NextPage = () => (
<Section theme="dark" className="relative w-full h-[100vh] py-0">
<LeafletMap className="w-full h-[100vh]" isFullPageMap />
<Section theme="dark" className="w-screen h-screen py-0">
<LeafletMap className="w-full h-full" isFullPageMap />
</Section>
);

Expand Down

0 comments on commit 1e05e0e

Please sign in to comment.