Browse Source
Feature/change get started url of public page (#857)
* Change url
* Update changelog
pull/858/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/public/public-page.html
|
|
@ -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 |
|
|
|
|
|
@ -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> |
|
|
|