19.05.2026 okkk
This commit is contained in:
@@ -21,7 +21,13 @@ export function AgreementCheck({ checked, onToggle }: Props) {
|
||||
</span>
|
||||
<span className={styles.text}>
|
||||
Я ознакомлен и согласен с{' '}
|
||||
<a href="#" className={styles.link} onClick={(e) => e.preventDefault()}>
|
||||
<a
|
||||
href="/publichnaya-oferta"
|
||||
className={styles.link}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
публичной офертой
|
||||
</a>
|
||||
. Вся деятельность компании соответствует законодательству Российской Федерации.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user