актуальные ссылки в форме контактов
This commit is contained in:
parent
8e2bde0d04
commit
e80f3e1e1d
@ -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 }}>
|
||||
С 
|
||||
<Link> Положением об обработке персональных данных </Link>
|
||||
<Link href={"https://shub.pena.digital/ppdd"}>
|
||||
Положением об обработке персональных данных </Link>
|
||||
 и 
|
||||
<Link> Политикой конфиденциальности </Link>
|
||||
<Link href={"https://shub.pena.digital/docs/privacy"}> Политикой конфиденциальности </Link>
|
||||
 ознакомлен
|
||||
</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"));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user