diff --git a/app/[lang]/(live)/(public)/hotelreservation/layout.module.css b/app/[lang]/(live)/(public)/hotelreservation/layout.module.css index 17d0bc32d..26164a2fd 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/layout.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/layout.module.css @@ -1,5 +1,7 @@ .layout { min-height: 100dvh; + max-width: var(--max-width); + margin: 0 auto; background-color: var(--Base-Background-Primary-Normal); max-width: var(--max-width); margin: 0 auto; diff --git a/components/HotelReservation/SelectRate/RoomSelection/index.tsx b/components/HotelReservation/SelectRate/RoomSelection/index.tsx index 09855f5d8..476ed6ecd 100644 --- a/components/HotelReservation/SelectRate/RoomSelection/index.tsx +++ b/components/HotelReservation/SelectRate/RoomSelection/index.tsx @@ -18,8 +18,6 @@ export default function RoomSelection({ const searchParams = useSearchParams() const intl = useIntl() - console.log(roomConfigurations) - function handleSubmit(e: React.FormEvent) { e.preventDefault() const queryParams = new URLSearchParams(searchParams) @@ -38,11 +36,31 @@ export default function RoomSelection({ diff --git a/i18n/dictionaries/da.json b/i18n/dictionaries/da.json index c9fa31e4b..e2d5f8ebd 100644 --- a/i18n/dictionaries/da.json +++ b/i18n/dictionaries/da.json @@ -20,7 +20,6 @@ "Approx.": "Ca.", "Are you sure you want to remove the card ending with {lastFourDigits} from your member profile?": "Er du sikker på, at du vil fjerne kortet, der slutter me {lastFourDigits} fra din medlemsprofil?", "Arrival date": "Ankomstdato", - "as of today": "pr. dags dato", "As our": "Som vores {level}", "As our Close Friend": "Som vores nære ven", "At latest": "Senest", @@ -217,6 +216,7 @@ "Please enter a valid phone number": "Indtast venligst et gyldigt telefonnummer", "points": "Point", "Points": "Point", + "points": "Point", "Points being calculated": "Point udregnes", "Points earned prior to May 1, 2021": "Point optjent inden 1. maj 2021", "Points may take up to 10 days to be displayed.": "Det kan tage op til 10 dage at få vist point.", diff --git a/i18n/dictionaries/sv.json b/i18n/dictionaries/sv.json index 64076bbf1..98f4f05af 100644 --- a/i18n/dictionaries/sv.json +++ b/i18n/dictionaries/sv.json @@ -134,7 +134,7 @@ "Image gallery": "Bildgalleri", "Included": "Inkluderad", "It is not posible to manage your communication preferences right now, please try again later or contact support if the problem persists.": "Det gick inte att hantera dina kommunikationsinställningar just nu, försök igen senare eller kontakta supporten om problemet kvarstår.", - "Join at no cost": "Gå med utan kostnad", + "Join Scandic Friends": "Gå med i Scandic Friends", "King bed": "King size-säng", "Language": "Språk",