From 47c1b763fcf73e7f84eb519023d9366d6670e823 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Wed, 21 Aug 2024 11:18:44 +0200 Subject: [PATCH] feat(SW-243): change title to subtitle --- .../BookingConfirmation/IntroSection/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx b/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx index ff7f0d001..9482f51fe 100644 --- a/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx +++ b/components/HotelReservation/BookingConfirmation/IntroSection/index.tsx @@ -1,6 +1,7 @@ import Button from "@/components/TempDesignSystem/Button" import Link from "@/components/TempDesignSystem/Link" import Body from "@/components/TempDesignSystem/Text/Body" +import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import Title from "@/components/TempDesignSystem/Text/Title" import { getIntl } from "@/i18n" @@ -17,9 +18,9 @@ export default async function IntroSection({ email }: IntroSectionProps) { {intl.formatMessage({ id: "Thank you" })} - + <Subtitle textAlign="center" textTransform="uppercase"> {intl.formatMessage({ id: "We look forward to your visit!" })} - + {intl.formatMessage({