Browse Source
Feature/rename account link (#101)
* Rename account link
* Update changelog
pull/102/head
Thomas
4 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/components/header/header.component.html
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Renamed _Ghostfolio Account_ to _My Ghostfolio_ |
|
|
|
- Hid unknown exchange in the position overview |
|
|
|
- Refactored the portfolio unit tests to work without database |
|
|
|
- Moved shared interfaces to `@ghostfolio/helper/interfaces` |
|
|
|
|
|
@ -174,7 +174,7 @@ |
|
|
|
mat-menu-item |
|
|
|
[ngClass]="{ 'font-weight-bold': currentRoute === 'account' }" |
|
|
|
[routerLink]="['/account']" |
|
|
|
>Ghostfolio Account</a |
|
|
|
>My Ghostfolio</a |
|
|
|
> |
|
|
|
<a |
|
|
|
*ngIf="hasPermissionToAccessAdminControl" |
|
|
|