Merged in feat/sw-2260-update-sas-toc-links (pull request #1763)

Update terms and conditions link for sas

* Update terms and conditions link for sas


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-04-09 07:50:58 +00:00
parent 77f9a01995
commit 8dee7b0243
2 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import { useIntl } from "react-intl"
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
import { Typography } from "@scandic-hotels/design-system/Typography"
import { sasPartnershipTermsAndConditions } from "@/constants/currentWebHrefs"
import { profileEdit } from "@/constants/routes/myPages"
import Image from "@/components/Image"
@@ -128,8 +129,7 @@ export function LinkAccountForm({
{
sasScandicTermsAndConditionsLink: (str) => (
<Link
// TODO correct link
href={"#"}
href={sasPartnershipTermsAndConditions[params.lang]}
weight="bold"
variant="default"
textDecoration="underline"