diff --git a/apps/partner-sas/app/[lang]/layout.tsx b/apps/partner-sas/app/[lang]/layout.tsx index 1ea0429aa..b5024fe8f 100644 --- a/apps/partner-sas/app/[lang]/layout.tsx +++ b/apps/partner-sas/app/[lang]/layout.tsx @@ -81,7 +81,7 @@ export default async function RootLayout(props: RootLayoutProps) { window.dataLayer = window.dataLayer || [] `} - +
- - {intl.formatMessage({ - defaultMessage: "Booking confirmation", - })} - - - {hotel.name} - + +

+ {intl.formatMessage({ + defaultMessage: "Booking confirmation", + })} +

+
+ +

{hotel.name}

+
{text}
diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx index 4bdf47aa7..30d1c2082 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx @@ -7,8 +7,8 @@ import { useIntl } from "react-intl" import { hotelreservation } from "@scandic-hotels/common/constants/routes/hotelReservation" import { dt } from "@scandic-hotels/common/dt" +import { Button } from "@scandic-hotels/design-system/Button" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" -import { OldDSButton as Button } from "@scandic-hotels/design-system/OldDSButton" import SkeletonShimmer from "@scandic-hotels/design-system/SkeletonShimmer" import { Typography } from "@scandic-hotels/design-system/Typography" import { SEARCH_TYPE_REDEMPTION } from "@scandic-hotels/trpc/constants/booking" @@ -99,13 +99,7 @@ export default function FormContent({
-
-