add transparent Zcash donation address

This commit is contained in:
Daniel Micay
2022-03-06 18:54:35 -05:00
parent 566a222760
commit dff85fd680
5 changed files with 33 additions and 3 deletions

View File

@@ -215,7 +215,15 @@ http {
}
location = /bitcoin-address.png {
return 301 /bitcoin-donation.png;
return 301 /donate-bitcoin.png;
}
location = /bitcoin-donation.png {
return 301 /donate-bitcoin.png;
}
location = /monero-donation.png {
return 301 /donate-monero.png;
}
location = /pdfviewer_privacy_policy {