feat(SW-750): remove button

This commit is contained in:
Fredrik Thorsson
2024-11-19 14:21:46 +01:00
parent acd1656885
commit cbc8081676
4 changed files with 1 additions and 13 deletions

View File

@@ -10,5 +10,4 @@ export type AboutTheHotelSidePeekProps = {
socials: Hotel["socialMedia"]
ecoLabels: Hotel["hotelFacts"]["ecoLabels"]
descriptions: Hotel["hotelContent"]["texts"]["descriptions"]
buttonUrl?: string
}

View File

@@ -6,5 +6,5 @@ export enum GoogleMapsDirections {
export type ContactInformationProps = Omit<
AboutTheHotelSidePeekProps,
"descriptions" | "buttonUrl"
"descriptions"
>