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