diff --git a/components/Breadcrumbs/index.tsx b/components/Breadcrumbs/index.tsx index 752f77d5f..1939e47fa 100644 --- a/components/Breadcrumbs/index.tsx +++ b/components/Breadcrumbs/index.tsx @@ -48,7 +48,7 @@ export default async function Breadcrumbs() { return (
  • - + {breadcrumb.title}
  • diff --git a/components/DatePicker/Screen/Desktop.tsx b/components/DatePicker/Screen/Desktop.tsx index 192f8a036..9056f9183 100644 --- a/components/DatePicker/Screen/Desktop.tsx +++ b/components/DatePicker/Screen/Desktop.tsx @@ -82,7 +82,7 @@ export default function DatePickerDesktop({ size="small" theme="base" > - + {intl.formatMessage({ id: "Select dates" })} diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx b/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx index 116934531..3b4391998 100644 --- a/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx +++ b/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx @@ -33,7 +33,7 @@ export default function ClearSearchButton({ type="button" > - + {intl.formatMessage({ id: "Clear searches" })} diff --git a/components/Forms/BookingWidget/FormContent/Voucher/index.tsx b/components/Forms/BookingWidget/FormContent/Voucher/index.tsx index 30eef6e21..067f94c0c 100644 --- a/components/Forms/BookingWidget/FormContent/Voucher/index.tsx +++ b/components/Forms/BookingWidget/FormContent/Voucher/index.tsx @@ -34,7 +34,7 @@ export default function Voucher() { >
    - + {intl.formatMessage( { id: "booking.nights" }, { totalNights: nights > 0 ? nights : 0 } @@ -47,7 +47,7 @@ export default function FormContent({
    @@ -65,11 +65,7 @@ export default function FormContent({ theme="base" type="submit" > - + {intl.formatMessage({ id: "Search" })}
    diff --git a/components/Forms/Register/index.tsx b/components/Forms/Register/index.tsx index f8b79f61e..ed82617b0 100644 --- a/components/Forms/Register/index.tsx +++ b/components/Forms/Register/index.tsx @@ -107,7 +107,7 @@ export default function Form({ link, subtitle, title }: RegisterFormProps) {
    - + {intl.formatMessage({ id: "Birth date" })}
    diff --git a/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/PriceList/index.tsx b/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/PriceList/index.tsx index 952d8add3..76f366adb 100644 --- a/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/PriceList/index.tsx +++ b/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/PriceList/index.tsx @@ -26,7 +26,7 @@ export default function PriceList({
    {intl.formatMessage({ id: "Standard price" })} @@ -52,10 +52,7 @@ export default function PriceList({
    - + {intl.formatMessage({ id: "Member price" })}
    diff --git a/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/index.tsx b/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/index.tsx index 519eef78c..3086a5c2b 100644 --- a/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/index.tsx +++ b/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption/index.tsx @@ -90,7 +90,7 @@ export default function FlexibilityOption({ > {name} diff --git a/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx b/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx index 5de39b49e..501d43449 100644 --- a/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx +++ b/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx @@ -29,14 +29,14 @@ export default function Card({ return (