Merged in fix/SW-2629-hotelCard-new-design-mobile (pull request #2132)

fix(SW-2629): add new design for mobile

* fix(SW-2629): add new design for mobile

* fix(SW-2629): remove redundant brackets

* fix(SW-2629): pr comments

* fix(SW-2629): hydration error


Approved-by: Christian Andolf
This commit is contained in:
Bianca Widstam
2025-05-20 13:33:17 +00:00
parent 6634bfa93f
commit a560f49c21
6 changed files with 305 additions and 93 deletions

View File

@@ -14,7 +14,6 @@ export enum AvailabilityEnum {
export interface ReadMoreProps {
label: string
hotelId: string
hotel: Hotel
showCTA: boolean
sidePeekKey: SidePeekEnum
}