diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx index 9bbd70d06..2b091c581 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx @@ -1,6 +1,5 @@ "use client" -import Image from "next/image" import { useParams, useRouter } from "next/navigation" import { useTransition } from "react" import { FormProvider, useForm } from "react-hook-form" @@ -11,6 +10,7 @@ import { Typography } from "@scandic-hotels/design-system/Typography" import { profileEdit } from "@/constants/routes/myPages" +import Image from "@/components/Image" import Button from "@/components/TempDesignSystem/Button" import Checkbox from "@/components/TempDesignSystem/Form/Checkbox" import Link from "@/components/TempDesignSystem/Link" diff --git a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css index 0de1ebf48..485e6625c 100644 --- a/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css +++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css @@ -52,4 +52,5 @@ flex-direction: column; align-items: center; gap: var(--Spacing-x3); + text-align: left; }