19.05.2026 okkk
This commit is contained in:
@@ -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