link donate externally

This commit is contained in:
Yisroel Baum 2026-06-14 22:24:14 +03:00
parent 195c06417e
commit 46fe32969f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 53 additions and 9 deletions

View file

@ -0,0 +1,7 @@
export const donateHref = 'https://causematch.com/pilzno_donate'
export const donateLinkAttributes = {
href: donateHref,
target: '_blank',
rel: 'noopener',
}