fix(LOY-89): add a more user friendly error message for when unwrapping surprises
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { LangRoute } from "@/types/routes"
|
||||
import type { LangRoute } from "@/types/routes"
|
||||
|
||||
const baseUrl: LangRoute = {
|
||||
da: "https://www.scandichotels.dk",
|
||||
@@ -44,3 +44,12 @@ export const privacyPolicy: LangRoute = {
|
||||
no: `${baseUrl.no}/kundeservice/priser-og-bestillingsvilkar/personvernpolicy`,
|
||||
sv: `${baseUrl.sv}/kundservice/priser-och-bokningsregler/integritetspolicy`,
|
||||
}
|
||||
|
||||
export const customerService: LangRoute = {
|
||||
da: `${baseUrl.da}/kundeservice`,
|
||||
de: `${baseUrl.de}/kundenbetreuung`,
|
||||
en: `${baseUrl.en}/customer-service`,
|
||||
fi: `${baseUrl.fi}/asiakaspalvelu`,
|
||||
no: `${baseUrl.no}/kundeservice`,
|
||||
sv: `${baseUrl.sv}/kundservice`,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user