ссылки открываются в новом окне

This commit is contained in:
Tamara 2024-01-17 00:28:34 +03:00
parent 989baca61a
commit 7439ff5a62
3 changed files with 6 additions and 3 deletions

@ -123,6 +123,7 @@ export default function Component() {
variant="text"
sx={{ fontSize: "16px", fontWeight: 500, color: "white" }}
href={"https://shub.pena.digital/docs/oferta"}
target="_blank"
>
Пользовательское соглашение
</Button>

@ -222,12 +222,15 @@ export const ContactForm = ({
/>
<Typography sx={{ color: theme.palette.text.primary }}>
С&ensp;
<Link href={"https://shub.pena.digital/ppdd"}>
<Link href={"https://shub.pena.digital/ppdd"} target="_blank">
{" "}
Положением об обработке персональных данных{" "}
</Link>
&ensp;и&ensp;
<Link href={"https://shub.pena.digital/docs/privacy"}>
<Link
href={"https://shub.pena.digital/docs/privacy"}
target="_blank"
>
{" "}
Политикой конфиденциальности{" "}
</Link>

@ -79,7 +79,6 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
setOpenBranchingPage((old) => !old);
};
const isConditionMet =
[1].includes(currentStep) && quizConfig?.type !== "form";