Skip to content

Commit

Permalink
Merge pull request #3 from ItzARz/fix/MapLogos
Browse files Browse the repository at this point in the history
fixed logos appearing in the map.
  • Loading branch information
LunakisDev authored Nov 6, 2024
2 parents dadc2be + 4f0ac64 commit f41a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Section from '../../components/Utils/Section';
const LeafletMap = dynamic(() => import('../../components/Map/Map'), { ssr: false });

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

0 comments on commit f41a4ce

Please sign in to comment.