fix: update typography including missing header element in hotel cards
add responsive sizes to hotel card image removed non-existing class
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"use client"
|
||||
|
||||
import { cx } from "class-variance-authority"
|
||||
import { memo, useState } from "react"
|
||||
import { Button } from "react-aria-components"
|
||||
import { useIntl } from "react-intl"
|
||||
@@ -36,7 +35,7 @@ function ImageGallery({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={cx(styles.wrapper, { [styles.fill]: fill })}>
|
||||
<div className={styles.wrapper}>
|
||||
<Image
|
||||
className={styles.image}
|
||||
src={firstImage.src}
|
||||
|
||||
Reference in New Issue
Block a user