Browse Source

Add button: Buy me a coffee

pull/1422/head
Thomas 3 years ago
parent
commit
8324059280
  1. 14
      apps/client/src/app/pages/about/about-page.html
  2. BIN
      apps/client/src/assets/images/button-buy-me-a-coffee.png

14
apps/client/src/app/pages/about/about-page.html

@ -96,6 +96,20 @@
title="Ghostfolio is an independent & bootstrapped business"
></div>
</div>
<div
*ngIf="!hasPermissionForSubscription"
class="d-flex justify-content-center"
>
<a
href="https://www.buymeacoffee.com/ghostfolio"
target="_blank"
title="Support Ghostfolio"
><img
class="mb-2"
src="../assets/images/button-buy-me-a-coffee.png"
width="180"
/></a>
</div>
</div>
</div>
</div>

BIN
apps/client/src/assets/images/button-buy-me-a-coffee.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Loading…
Cancel
Save