diff --git a/app/[lang]/(live)/(public)/hotelreservation/booking-confirmation/page.module.css b/app/[lang]/(live)/(public)/hotelreservation/booking-confirmation/page.module.css index 7d7358427..35fc821c4 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/booking-confirmation/page.module.css +++ b/app/[lang]/(live)/(public)/hotelreservation/booking-confirmation/page.module.css @@ -9,7 +9,6 @@ .section { display: flex; flex-direction: column; - align-items: center; gap: var(--Spacing-x4); width: 100%; max-width: 365px; diff --git a/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx b/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx index 5ae2ae7f8..1934f36b2 100644 --- a/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx +++ b/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx @@ -35,7 +35,7 @@ export default async function IntroSection({ email }: IntroSectionProps) { intent="secondary" className={styles.button} > - Download the Scandic app + {intl.formatMessage({ id: "Download the Scandic app" })} diff --git a/components/HotelReservation/BookingConfirmation/StaySection/index.tsx b/components/HotelReservation/BookingConfirmation/StaySection/index.tsx index 8d0db033c..33501b54c 100644 --- a/components/HotelReservation/BookingConfirmation/StaySection/index.tsx +++ b/components/HotelReservation/BookingConfirmation/StaySection/index.tsx @@ -1,5 +1,3 @@ -import { Stay } from "@/server/routers/user/output" - import { ArrowRightIcon, ScandicLogoIcon } from "@/components/Icons" import Image from "@/components/Image" import Body from "@/components/TempDesignSystem/Text/Body" @@ -58,20 +56,26 @@ export default async function StaySection({ hotel, stay }: StaySectionProps) {
{intl.formatMessage({ id: "Breakfast" })} - {`Mon-fri ${hotel.breakfast.start}-${hotel.breakfast.end}`} - {`Sat-sun ${hotel.breakfast.start}-${hotel.breakfast.end}`} +