diff --git a/README.md b/README.md index 8ad9b6a..ca16ba1 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,9 @@ If you change this setting and it works well for you, please leave a comment on ## EFF donations -A portion of all donations to Pinchflat will be donated to the [Electronic Frontier Foundation](https://www.eff.org/). The EFF defends your online liberties and [backed](https://github.com/github/dmca/blob/9a85e0f021f7967af80e186b890776a50443f06c/2020/11/2020-11-16-RIAA-reversal-effletter.pdf) `youtube-dl` when Google took them down. [See here](https://github.com/kieraneglin/pinchflat/wiki/EFF-Donation-Receipts) for a list of donation receipts. +Prior to 2024-05-10, a portion of all donations were given to the [Electronic Frontier Foundation](https://www.eff.org/). Now, the app doesn't accept donations that go to me personally and instead directs you straight to the EFF. [Here](https://github.com/kieraneglin/pinchflat/issues/234) are some people that have generously donated. + +The EFF defends your online liberties and [backed](https://github.com/github/dmca/blob/9a85e0f021f7967af80e186b890776a50443f06c/2020/11/2020-11-16-RIAA-reversal-effletter.pdf) `youtube-dl` when Google took them down. ## Pre-release disclaimer diff --git a/lib/pinchflat_web/components/layouts/partials/donate_modal.heex b/lib/pinchflat_web/components/layouts/partials/donate_modal.heex index a74d089..377d45e 100644 --- a/lib/pinchflat_web/components/layouts/partials/donate_modal.heex +++ b/lib/pinchflat_web/components/layouts/partials/donate_modal.heex @@ -3,21 +3,22 @@

Donate

Thank you for your support :)

- If you find the project valuable and want to support its development, a - <.inline_link href="https://www.paypal.me/kieraneglin">donation - would be greatly appreciated. + If you find the project valuable and want to say thanks, a + <.inline_link href="https://supporters.eff.org/donate"> + donation to the Electronic Frontier Foundation + + would be greatly appreciated! You can optionally post proof of donation on + <.inline_link href="https://github.com/kieraneglin/pinchflat/issues/234">this issue + to hopefully inspire others to donate as well.

- Plus, $5 USD from any donation over $10 USD will be donated to - <.inline_link href="https://www.eff.org/">The Electronic Frontier Foundation - who defend your online liberties and backed + The Electronic Frontier Foundation is a nonprofit organization who defend your online liberties and backed <.inline_code>youtube-dl when Google took them down<.inline_link href="https://github.com/github/dmca/blob/9a85e0f021f7967af80e186b890776a50443f06c/2020/11/2020-11-16-RIAA-reversal-effletter.pdf"> <.icon name="hero-arrow-top-right-on-square" class="h-3 w-3" /> - . +

- - <.link href="https://www.paypal.me/kieraneglin" target="_blank"> + <.link href="https://supporters.eff.org/donate" target="_blank"> <.button color="bg-primary" class="w-full mt-8"> Donate diff --git a/lib/pinchflat_web/components/layouts/partials/upgrade_button_live.ex b/lib/pinchflat_web/components/layouts/partials/upgrade_button_live.ex index 17e1ac2..b120191 100644 --- a/lib/pinchflat_web/components/layouts/partials/upgrade_button_live.ex +++ b/lib/pinchflat_web/components/layouts/partials/upgrade_button_live.ex @@ -30,7 +30,7 @@ defmodule Pinchflat.UpgradeButtonLive do |> String.trim() |> String.downcase() - if normalized_text == "got it!" do + if normalized_text == "got it" do Settings.set(pro_enabled: true) {:noreply, update(socket, :button_disabled, fn _ -> false end)} diff --git a/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex b/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex index e517855..9a94168 100644 --- a/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex +++ b/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex @@ -3,18 +3,20 @@

Pro Mode

Don't worry - Pinchflat is completely free :)

- If you find the project valuable and want to support its development, a - <.inline_link href="https://www.paypal.me/kieraneglin">donation - would be greatly appreciated. + If you find the project valuable and want to say thanks, a + <.inline_link href="https://supporters.eff.org/donate"> + donation to the Electronic Frontier Foundation + + would be greatly appreciated! You can optionally post proof of donation on + <.inline_link href="https://github.com/kieraneglin/pinchflat/issues/234">this issue + to hopefully inspire others to donate as well.

- Plus, $5 USD from any donation over $10 USD will be donated to - <.inline_link href="https://www.eff.org/">The Electronic Frontier Foundation - who defend your online liberties and backed + The Electronic Frontier Foundation is a nonprofit organization who defend your online liberties and backed <.inline_code>youtube-dl when Google took them down<.inline_link href="https://github.com/github/dmca/blob/9a85e0f021f7967af80e186b890776a50443f06c/2020/11/2020-11-16-RIAA-reversal-effletter.pdf"> <.icon name="hero-arrow-top-right-on-square" class="h-3 w-3" /> - . You do not need to donate to unlock Pro. It's just a way to say thanks! + . You do not need to donate to unlock Pro. It's just a way to show support!