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
parent
commit
5e7cf9d0b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/header/header.component.html

4
CHANGELOG.md

@ -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)

1
apps/client/src/app/components/header/header.component.html

@ -270,6 +270,7 @@
Sign In
</button>
<a
*ngIf="currentRoute !== 'register'"
class="d-none d-sm-block"
color="primary"
i18n

Loading…
Cancel
Save