fix/update-UI-hotel-card (pull request #894)

fix: update new name for hotel sidepeek on hotel page

Approved-by: Niclas Edenvin
This commit is contained in:
Bianca Widstam
2024-11-14 09:26:54 +00:00
parent 87a89c5d81
commit 3698d6a5bb

View File

@@ -127,7 +127,7 @@ export default function HotelCard({
})} })}
</div> </div>
<ReadMore <ReadMore
label={intl.formatMessage({ id: "About the hotel" })} label={intl.formatMessage({ id: "See hotel details" })}
hotelId={hotelData.operaId} hotelId={hotelData.operaId}
hotel={hotelData} hotel={hotelData}
showCTA={true} showCTA={true}