Quellcode durchsuchen

Adds cash.app payment option

main
Eric Amodio vor 6 Jahren
Ursprung
Commit
f7d84ab3f4
3 geänderte Dateien mit 8 neuen und 4 gelöschten Zeilen
  1. +2
    -1
      README.md
  2. +2
    -1
      src/ui/settings/index.html
  3. +4
    -2
      src/ui/welcome/index.html

+ 2
- 1
README.md Datei anzeigen

@ -93,7 +93,8 @@ To my incredible backers — thank you so much for your contributions. I am
If you'd like to join them in supporting GitLens, please consider the following — feel free to choose more than one. 😉
- [Become a Sponsor](https://www.patreon.com/eamodio "Become a sponsor on Patreon") — join the growing group of generous [backers](https://github.com/eamodio/vscode-gitlens/blob/master/BACKERS.md)
- [One-time Donations](https://www.paypal.me/eamodio "One-time donations via PayPal")
- [One-time Donations (PayPal)](https://www.paypal.me/eamodio "One-time donations via PayPal")
- [One-time Donations (Cash App)](https://cash.me/$eamodio "One-time donations via Cash App")
- [Write a Review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details "Write a review")
- [Star or Fork me on GitHub](https://github.com/eamodio/vscode-gitlens "Star or fork me on GitHub")
- [Follow me on Twitter](https://twitter.com/eamodio "Follow me on Twitter")

+ 2
- 1
src/ui/settings/index.html Datei anzeigen

@ -992,7 +992,8 @@
<h2>Show Your Support</h2>
<div class="button-group button-group--support-gitlens-sidebar">
<a class="button button--flat-primary" title="Become a sponsor on Patreon" href="https://www.patreon.com/eamodio" target="_blank">Become a Sponsor</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations (PayPal)</a>
<a class="button button--flat-primary" title="One-time donations via Cash App" href="https://cash.me/$eamodio" target="_blank">One-time Donations (Cash App)</a>
</div>
<ul>
<li><a title="Write a review" href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>

+ 4
- 2
src/ui/welcome/index.html Datei anzeigen

@ -249,7 +249,8 @@
</p>
<div class="button-group button-group--support-gitlens">
<a class="button button--flat-primary" title="Become a sponsor on Patreon" href="https://www.patreon.com/eamodio" target="_blank">Become a Sponsor</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations (PayPal)</a>
<a class="button button--flat-primary" title="One-time donations via Cash App" href="https://cash.me/$eamodio" target="_blank">One-time Donations (Cash App)</a>
</div>
<ul class="section-list">
<li><a title="Write a review" href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>
@ -289,7 +290,8 @@
<h2>Show Your Support</h2>
<div class="button-group button-group--support-gitlens-sidebar">
<a class="button button--flat-primary" title="Become a sponsor on Patreon" href="https://www.patreon.com/eamodio" target="_blank">Become a Sponsor</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations</a>
<a class="button button--flat-primary" title="One-time donations via PayPal" href="https://www.paypal.me/eamodio" target="_blank">One-time Donations (PayPal)</a>
<a class="button button--flat-primary" title="One-time donations via Cash App" href="https://cash.me/$eamodio" target="_blank">One-time Donations (Cash App)</a>
</div>
<ul>
<li><a title="Write a review" href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>

Laden…
Abbrechen
Speichern