From 36c30c516e3752f1d9924a36e33c7f3ebebf832f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lobo?= Date: Mon, 16 Sep 2024 20:27:45 +0100 Subject: [PATCH] fix: marker layout incompatibility --- components/Marker/Marker.tsx | 1 - next-env.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Marker/Marker.tsx b/components/Marker/Marker.tsx index e750273..f0f3a14 100644 --- a/components/Marker/Marker.tsx +++ b/components/Marker/Marker.tsx @@ -64,7 +64,6 @@ const Marker = ({ src={photo} width={width} height={height} - layout="fill" className={localStyles.roundedImage} />
diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..a4a7b3f 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.