From e6ed94029e08067a4b6f579cfeafc4d281a5030e Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 21 May 2025 09:34:43 +0000 Subject: [PATCH] Merged in fix/policy-link-fix (pull request #2178) fix: policy link fix * fix: policy link fix --- apps/scandic-web/constants/webHrefs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/constants/webHrefs.ts b/apps/scandic-web/constants/webHrefs.ts index 41af7620c..59f0dc378 100644 --- a/apps/scandic-web/constants/webHrefs.ts +++ b/apps/scandic-web/constants/webHrefs.ts @@ -41,7 +41,7 @@ export const faq: LangRoute = { export const privacyPolicy: LangRoute = { da: `/${Lang.da}/kundeservice/politikker/privatliv`, de: `/${Lang.de}/kundenbetreuung/richtlinien/datenschutz`, - en: `/${Lang.en}/en/customer-service/policies/privacy`, + en: `/${Lang.en}/customer-service/policies/privacy`, fi: `/${Lang.fi}/asiakaspalvelu/ehdot/tietosuojaseloste`, no: `/${Lang.no}/kundeservice/personvernpolicy`, sv: `/${Lang.sv}/kundservice/villkor/integritetspolicy`,