feat(client): add Patreon button (#44113)

* feat(add): add patreon button

* feat: add noreferrer

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2021-11-04 19:06:24 +03:00
committed by GitHub
parent 3dc810ffb8
commit 421dab38e8
7 changed files with 101 additions and 4 deletions

View File

@ -42,6 +42,9 @@ PAYPAL_VERIFY_WEBHOOK_URL=https://api.sandbox.paypal.com/v1/notifications/verify
PAYPAL_API_TOKEN_URL=https://api.sandbox.paypal.com/v1/oauth2/token
PAYPAL_WEBHOOK_ID=webhook_id_from_paypal_dashboard
# Patreon
PATREON_CLIENT_ID=id_from_patreon_dashboard
# ---------------------
# Build variants
# ---------------------