19.05.2026 okkk

This commit is contained in:
2026-05-19 21:35:28 +03:00
parent 39897c5bfe
commit 8a5ff01619
2 changed files with 11 additions and 3 deletions

View File

@@ -27,9 +27,11 @@ export function AgreementCheckbox({ checked, onToggle }: Props) {
<span className={styles.text}>
Я ознакомлен и согласен с{' '}
<a
href="#"
href="/publichnaya-oferta"
className={styles.link}
onClick={(e) => e.preventDefault()}
target="_blank"
rel="noopener noreferrer"
onClick={(e) => e.stopPropagation()}
>
публичной офертой
</a>