ссылки открываются в новом окне

This commit is contained in:
Tamara 2024-01-17 00:30:58 +03:00
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 }}>
С&ensp;
<Link href={"https://shub.pena.digital/ppdd"}>
<Link href={"https://shub.pena.digital/ppdd"} target="_blank">
Положением об обработке персональных данных </Link>
&ensp;и&ensp;
<Link href={"https://shub.pena.digital/docs/privacy"}> Политикой конфиденциальности </Link>
<Link href={"https://shub.pena.digital/docs/privacy"} target="_blank"> Политикой конфиденциальности </Link>
&ensp;ознакомлен
</Typography>