feat: add ability to access localized entries of Hotel pages through language switcher
This commit is contained in:
@@ -13,7 +13,7 @@ export default async function HotelPage({ lang }: LangParams) {
|
||||
}
|
||||
return (
|
||||
<section className={styles.content}>
|
||||
<Title>ID: {hotelPage.hotel_page_id}</Title>
|
||||
<Title>{hotelPage.title}</Title>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user