feat(SW-826): Added showCTA prop

This commit is contained in:
Pontus Dreij
2024-11-13 20:39:13 +01:00
parent 69ca6211ec
commit 5c85e59bba
7 changed files with 15 additions and 7 deletions

View File

@@ -5,4 +5,5 @@ export type HotelSidePeekProps = {
hotel: Hotel
activeSidePeek: SidePeekEnum
close: () => void
showCTA?: boolean
}

View File

@@ -9,6 +9,7 @@ export interface ReadMoreProps {
label: string
hotelId: string
hotel: Hotel
showCTA: boolean
}
export interface ContactProps {