feat: use grid on no upcoming component
This commit is contained in:
@@ -32,7 +32,7 @@ export default function StayCard({ stay, lang }: StayCardProps) {
|
||||
{hotelInformation.hotelName}
|
||||
</Title>
|
||||
<div className={styles.date}>
|
||||
<CalendarIcon color="burgundy" className={styles.icon} />
|
||||
<CalendarIcon color="burgundy" height={24} width={24} />
|
||||
<Caption asChild>
|
||||
<time dateTime={arrivalDateTime}>{arrivalDate}</time>
|
||||
</Caption>
|
||||
|
||||
Reference in New Issue
Block a user