Merged in fix/hotel-rooms (pull request #1288)

fix: Rooms images on hotel pages

* fix: Rooms images on hotel pages


Approved-by: Fredrik Thorsson
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-02-10 09:15:48 +00:00
parent e51950c8b2
commit 918887a63f
3 changed files with 5 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ export type ImageGalleryProps = {
fill?: boolean
width?: number
height?: number
sizes?: string
}