feat: WEB-210 Updated as per review comments
This commit is contained in:
@@ -22,7 +22,7 @@ export default function StayCard({ stay, lang }: StayCardProps) {
|
||||
const departDateTime = depart.format("YYYY-MM-DD")
|
||||
|
||||
return (
|
||||
<Link href={bookingUrl ?? ""}>
|
||||
<Link href={bookingUrl}>
|
||||
<article className={styles.stay}>
|
||||
<Image
|
||||
className={styles.image}
|
||||
|
||||
Reference in New Issue
Block a user