Browse Source

Feature/add buy me a coffee badge to about page (#1422)

* Add button: Buy me a coffee

* Update changelog
pull/1426/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
c2c5326049
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 14
      apps/client/src/app/pages/about/about-page.html
  3. BIN
      apps/client/src/assets/images/button-buy-me-a-coffee.png

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added the _Buy me a coffee_ button to the about page
### Changed
- Improved the usage of the premium indicator component

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