feat(BOOK-116): Added better alt text to static map on hotel pages

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-10-23 13:06:45 +00:00
parent 24847bbc1c
commit 8714bc79fd
3 changed files with 18 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
import type { MarkerInfo } from "@scandic-hotels/design-system/Map/types"
import type { Coordinates } from "../../maps/coordinates"
export type StaticMapProps = {
coordinates: Coordinates
hotelName: string
zoomLevel?: number
markerInfo: MarkerInfo
}