Merge branch 'heplbranch' into 'main'

Heplbranch

See merge request frontend/squzanswerer!28
This commit is contained in:
Nastya 2024-01-17 11:00:29 +00:00
commit 79db93a6c6
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} />
<Typography sx={{ color: theme.palette.text.primary }}>
С&ensp;
<Link> Положением об обработке персональных данных </Link>
<Link href={"https://shub.pena.digital/ppdd"} target="_blank">
Положением об обработке персональных данных </Link>
&ensp;и&ensp;
<Link> Политикой конфиденциальности </Link>
<Link href={"https://shub.pena.digital/docs/privacy"} target="_blank"> Политикой конфиденциальности </Link>
&ensp;ознакомлен
</Typography>

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