актуальные ссылки в форме контактов

This commit is contained in:
Tamara 2024-01-16 23:42:23 +03:00
parent 8e2bde0d04
commit e80f3e1e1d
2 changed files with 4 additions and 2 deletions

@ -274,9 +274,10 @@ export const ContactForm = ({
<CustomCheckbox label="" handleChange={({ target }) => { setReady(target.checked) }} checked={ready} colorIcon={theme.palette.primary.main} /> <CustomCheckbox label="" handleChange={({ target }) => { setReady(target.checked) }} checked={ready} colorIcon={theme.palette.primary.main} />
<Typography sx={{ color: theme.palette.text.primary }}> <Typography sx={{ color: theme.palette.text.primary }}>
С&ensp; С&ensp;
<Link> Положением об обработке персональных данных </Link> <Link href={"https://shub.pena.digital/ppdd"}>
Положением об обработке персональных данных </Link>
&ensp;и&ensp; &ensp;и&ensp;
<Link> Политикой конфиденциальности </Link> <Link href={"https://shub.pena.digital/docs/privacy"}> Политикой конфиденциальности </Link>
&ensp;ознакомлен &ensp;ознакомлен
</Typography> </Typography>

@ -219,6 +219,7 @@ export const Footer = ({ setCurrentQuestion, question, setShowContactForm, setSh
if (nextQuestion && nextQuestion.type !== "result") { if (nextQuestion && nextQuestion.type !== "result") {
setCurrentQuestion(nextQuestion); setCurrentQuestion(nextQuestion);
} else { } else {
//@ts-ignore
showResult(items.find(q => q.content.rule.parentId === "line")); showResult(items.find(q => q.content.rule.parentId === "line"));
} }