diff --git a/CHANGELOG.md b/CHANGELOG.md index 008db78b1..3ab9408b4 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 69568a059..80b745819 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -96,6 +96,20 @@ title="Ghostfolio is an independent & bootstrapped business" > +
diff --git a/apps/client/src/assets/images/button-buy-me-a-coffee.png b/apps/client/src/assets/images/button-buy-me-a-coffee.png new file mode 100644 index 000000000..5cc0686f6 Binary files /dev/null and b/apps/client/src/assets/images/button-buy-me-a-coffee.png differ