Feature/harmonize settings icon of user account page (#2412)

* Harmonize icon

* Update changelog
pull/2415/head
Thomas Kaul 1 year ago committed by GitHub
parent c9a8dd4958
commit ad5ae938ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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']
},

Loading…
Cancel
Save