ссылки открываются в новом окне
This commit is contained in:
parent
989baca61a
commit
7439ff5a62
@ -123,6 +123,7 @@ export default function Component() {
|
||||
variant="text"
|
||||
sx={{ fontSize: "16px", fontWeight: 500, color: "white" }}
|
||||
href={"https://shub.pena.digital/docs/oferta"}
|
||||
target="_blank"
|
||||
>
|
||||
Пользовательское соглашение
|
||||
</Button>
|
||||
|
@ -222,12 +222,15 @@ export const ContactForm = ({
|
||||
/>
|
||||
<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
|
||||
href={"https://shub.pena.digital/docs/privacy"}
|
||||
target="_blank"
|
||||
>
|
||||
{" "}
|
||||
Политикой конфиденциальности{" "}
|
||||
</Link>
|
||||
|
@ -79,7 +79,6 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
|
||||
setOpenBranchingPage((old) => !old);
|
||||
};
|
||||
|
||||
|
||||
const isConditionMet =
|
||||
[1].includes(currentStep) && quizConfig?.type !== "form";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user