diff --git a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css index 693795e05..f9a7504c8 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css +++ b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css @@ -11,11 +11,6 @@ gap: 80px; } -.toast { - width: var(--max-width-content); - margin: 0 auto; -} - .title { color: var(--Scandic-Brand-Burgundy); text-align: center; diff --git a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx index fd07d00f3..066325955 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx @@ -5,7 +5,7 @@ import { useIntl } from "react-intl" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" import { Typography } from "@scandic-hotels/design-system/Typography" -import { Toast } from "@/components/TempDesignSystem/Toasts" +import Alert from "@/components/TempDesignSystem/Alert" import { trackMyStayPageLink } from "@/utils/tracking" import SummaryCard from "./SummaryCard" @@ -103,21 +103,14 @@ export default function BookingSummary({ hotel }: BookingSummaryProps) { ]} /> - {hotel.specialAlerts.length > 0 && ( -