Link select hotel to select rate

This commit is contained in:
Niclas Edenvin
2024-09-02 10:28:49 +02:00
parent bb9b457525
commit 56a49ee56d

View File

@@ -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>