Merged in fix/correct-policies-link (pull request #3522)

Fix/correct policies link

* fix: add correct link

* fix: move route


Approved-by: Emma Zettervall
This commit is contained in:
Matilda Landström
2026-02-02 09:22:08 +00:00
parent 2f73fce6f2
commit 61c024dbda
4 changed files with 11 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ import { useTransition } from "react"
import { FormProvider, useForm } from "react-hook-form"
import { useIntl } from "react-intl"
import { sasPartnershipTermsAndConditions } from "@scandic-hotels/common/constants/routes/customerService"
import { profileEdit } from "@scandic-hotels/common/constants/routes/myPages"
import { Button } from "@scandic-hotels/design-system/Button"
import Checkbox from "@scandic-hotels/design-system/Form/Checkbox"
@@ -13,8 +14,6 @@ import Image from "@scandic-hotels/design-system/Image"
import Link from "@scandic-hotels/design-system/OldDSLink"
import { Typography } from "@scandic-hotels/design-system/Typography"
import { sasPartnershipTermsAndConditions } from "@/constants/webHrefs"
import styles from "./link-sas.module.css"
import type { LangParams } from "@/types/params"