Feature/hide get started button on registration page (#474)
* Hide button * Update changelog
This commit is contained in:
parent
e1932eb5a1
commit
5e7cf9d0b6
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Hid the _Get Started_ button on the registration page
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed the transactions count in the accounts table (exclude drafts)
|
- Fixed the transactions count in the accounts table (exclude drafts)
|
||||||
|
@ -270,6 +270,7 @@
|
|||||||
Sign In
|
Sign In
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
|
*ngIf="currentRoute !== 'register'"
|
||||||
class="d-none d-sm-block"
|
class="d-none d-sm-block"
|
||||||
color="primary"
|
color="primary"
|
||||||
i18n
|
i18n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user