Browse Source
Feature/hide get started button on registration page (#474)
* Hide button
* Update changelog
pull/475/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
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/header/header.component.html
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Hid the _Get Started_ button on the registration page |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the transactions count in the accounts table (exclude drafts) |
|
|
|
|
|
@ -270,6 +270,7 @@ |
|
|
|
Sign In |
|
|
|
</button> |
|
|
|
<a |
|
|
|
*ngIf="currentRoute !== 'register'" |
|
|
|
class="d-none d-sm-block" |
|
|
|
color="primary" |
|
|
|
i18n |
|
|
|