ссылки открываются в новом окне
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} />
|
||||
<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 href={"https://shub.pena.digital/docs/privacy"}> Политикой конфиденциальности </Link>
|
||||
<Link href={"https://shub.pena.digital/docs/privacy"} target="_blank"> Политикой конфиденциальности </Link>
|
||||
 ознакомлен
|
||||
</Typography>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user