diff --git a/components/HotelReservation/SelectHotel/HotelCard/index.tsx b/components/HotelReservation/SelectHotel/HotelCard/index.tsx index d2a4c76b0..f96ab0bdd 100644 --- a/components/HotelReservation/SelectHotel/HotelCard/index.tsx +++ b/components/HotelReservation/SelectHotel/HotelCard/index.tsx @@ -11,13 +11,13 @@ import styles from "./hotelCard.module.css" export default function HotelCard({ hotel }: HotelCardData) { return ( -
+
hotel image
-
+
{hotel.name} -
+
{hotel.address} {hotel.description} @@ -27,7 +27,7 @@ export default function HotelCard({ hotel }: HotelCardData) { {chip} ))}
-
+
+
-
+ ) }