Changed link to button in the donation form

This commit is contained in:
kvakazyambra 2023-11-16 01:40:24 +03:00
parent a9a16ce8b1
commit 1eab7db0d6

View File

@ -187,9 +187,9 @@ export const Donate = () => {
</div>
<div class={styles.formGroup}>
<a href={''} class={clsx(styles.btn, styles.sendBtn)} onClick={show}>
<button type="button" class={clsx(styles.btn, styles.sendBtn)} onClick={show}>
{t('Help discours to grow')}
</a>
</button>
</div>
</form>
)