Link select hotel to select rate
This commit is contained in:
@@ -95,7 +95,8 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
|
|||||||
size="small"
|
size="small"
|
||||||
className={styles.button}
|
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" })}
|
{intl.formatMessage({ id: "See rooms" })}
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user