fix(SW-190): styling fixes

This commit is contained in:
Erik Tiekstra
2024-08-14 12:30:04 +02:00
parent a01aa10bf2
commit e7ec6b09c3
11 changed files with 85 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ export default async function ContentTypePage({
switch (params.contentType) {
case "content-page":
return <ContentPage lang={params.lang} />
return <ContentPage />
case "loyalty-page":
return <LoyaltyPage />
case "hotel-page":