Browse Source

Feature/change get started url of public page (#857)

* Change url

* Update changelog
pull/858/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
edca05f542
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/public/public-page.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Changed the url of the _Get Started_ link to `https://ghostfol.io` on the public page
- Upgraded `prisma` from version `3.11.1` to `3.12.0`
## 1.140.2 - 22.04.2022

2
apps/client/src/app/pages/public/public-page.html

@ -119,7 +119,7 @@
Ghostfolio empowers you to keep track of your wealth.
</p>
<div class="py-2 text-center">
<a color="primary" i18n mat-flat-button [routerLink]="['/']">
<a color="primary" href="https://ghostfol.io" i18n mat-flat-button>
Get Started
</a>
</div>

Loading…
Cancel
Save