Link select hotel to select rate
This commit is contained in:
@@ -95,7 +95,8 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
|
||||
size="small"
|
||||
className={styles.button}
|
||||
>
|
||||
<Link href="#" color="none">
|
||||
{/* TODO: Localize link and also use correct search params */}
|
||||
<Link href="/en/hotelreservation/select-rate" color="none">
|
||||
{intl.formatMessage({ id: "See rooms" })}
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user