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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user