Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@
return (
<Fragment>
<p>
Our exchanges generally charge a 1% flat fee to automatically
liquidate cryptocurrency. For large donations worth over $5k, you
have the option to email crypto@every.org to request an address and
we can do a manual conversion to get the best rates possible
(usually 0.1%-0.4%). Or you are welcome to donate here with the 1%
fee.
Our exchanges charge a 1% flat fee to automatically liquidate
cryptocurrency immediately after donation. Every.org does not charge

Check failure on line 114 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
any fees of our own. While usually not recommended, for donations

Check failure on line 115 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
worth over $100k, donors have the option to email crypto@every.org

Check failure on line 116 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
to arrange for manual exchange and potentially a lower fee. But even

Check failure on line 117 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
for large donations, we encourage you to immediately donate on the

Check failure on line 118 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
website. Donating here is the most straightforward and secure method

Check failure on line 119 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
to minimize risk of phishing or delays and loss caused by slippage.

Check failure on line 120 in packages/donate-button-v4/src/components/widget/components/Faq/helpers.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `············` with `↹↹↹`
</p>
{getNfgDisclaimer(nonprofit)}
</Fragment>
Expand Down
Loading