Skip to content

Commit

Permalink
fix: marker layout incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Sep 16, 2024
1 parent 232aec6 commit 36c30c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/Marker/Marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const Marker = ({
src={photo}
width={width}
height={height}
layout="fill"
className={localStyles.roundedImage}
/>
<div className={localStyles.textOverlay}>
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// 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.

0 comments on commit 36c30c5

Please sign in to comment.