Browse Source
Feature/harmonize settings icon of user account page (#2412)
* Harmonize icon
* Update changelog
pull/2415/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/user-account/user-account-page.component.ts
|
|
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Added the version to the admin control panel |
|
|
|
- Added pagination parameters (`skip`, `take`) to the endpoint `GET api/v1/order` |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Harmonized the settings icon of the user account page |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the sidebar navigation on the user account page |
|
|
|
|
|
@ -30,7 +30,7 @@ export class UserAccountPageComponent implements OnDestroy, OnInit { |
|
|
|
|
|
|
|
this.tabs = [ |
|
|
|
{ |
|
|
|
iconName: 'cog-outline', |
|
|
|
iconName: 'settings-outline', |
|
|
|
label: $localize`Settings`, |
|
|
|
path: ['/account'] |
|
|
|
}, |
|
|
|