feat(SW-750): remove button
This commit is contained in:
@@ -10,5 +10,4 @@ export type AboutTheHotelSidePeekProps = {
|
||||
socials: Hotel["socialMedia"]
|
||||
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
|
||||
descriptions: Hotel["hotelContent"]["texts"]["descriptions"]
|
||||
buttonUrl?: string
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@ export enum GoogleMapsDirections {
|
||||
|
||||
export type ContactInformationProps = Omit<
|
||||
AboutTheHotelSidePeekProps,
|
||||
"descriptions" | "buttonUrl"
|
||||
"descriptions"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user