diff --git a/components/MyPages/Blocks/Stays/StayCard/index.tsx b/components/MyPages/Blocks/Stays/StayCard/index.tsx index 3659bb2fc..2b7fad71c 100644 --- a/components/MyPages/Blocks/Stays/StayCard/index.tsx +++ b/components/MyPages/Blocks/Stays/StayCard/index.tsx @@ -2,8 +2,8 @@ import { dt } from "@/lib/dt" import { CalendarIcon } from "@/components/Icons" import Image from "@/components/Image" -import Caption from "@/components/TempDesignSystem/Text/Caption" import Link from "@/components/TempDesignSystem/Link" +import Caption from "@/components/TempDesignSystem/Text/Caption" import Title from "@/components/TempDesignSystem/Text/Title" import styles from "./stay.module.css" @@ -22,29 +22,31 @@ export default function StayCard({ stay, lang }: StayCardProps) { const departDateTime = depart.format("YYYY-MM-DD") return ( -
- {hotelInformation.hotelContent.images.metaData.altText} - -
+ +
+ {hotelInformation.hotelContent.images.metaData.altText} + +
+ ) }