Skip to content

Commit 93d0ba2

Browse files
LunakisDevGaudvGaudvItzARzNathanInnes
authored
fix: Fixed the FBW Logo + Vercel Logo appearing in the map page (#529)
* Fixed footer appearing in the map page * Fixed footer appearing in the map page with css * Revert map.tsx file to the original code * Revert fix * fixed logos appearing in the LeafletMap . * fix * Revert "Fixed footer appearing in the map page with css" * Update src/pages/map/index.tsx Co-authored-by: Nathan Innes <nathaninnes001@gmail.com> --------- Co-authored-by: Gaudv <gauthier@canque.fr> Co-authored-by: Gauthier Canque <10694444+Gaudv@users.noreply.github.com> Co-authored-by: Albert R <rojasalbert15@gmail.com> Co-authored-by: Nathan Innes <nathaninnes001@gmail.com>
1 parent b3214ec commit 93d0ba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/map/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import Section from '../../components/Utils/Section';
66
const LeafletMap = dynamic(() => import('../../components/Map/Map'), { ssr: false });
77

88
const Map: NextPage = () => (
9-
<Section theme="dark" className="w-ful relative h-96 py-0">
10-
<LeafletMap className="w-full h-[100vh]" isFullPageMap />
9+
<Section theme="dark" className="w-screen h-screen py-0">
10+
<LeafletMap className="w-full h-full" isFullPageMap />
1111
</Section>
1212
);
1313

0 commit comments

Comments
 (0)