From 9a579dd884ebaf623e0341c53bd9fd0d2de364f5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:50:27 +0100 Subject: [PATCH] Feature/change access tab icon on account page (#4137) * Change icon * Update changelog --- CHANGELOG.md | 1 + .../src/app/pages/user-account/user-account-page.component.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c63b47cd..696e26d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the usability of the link to manage access with a new icon - Improved support to import activities by `isin` in the _Yahoo Finance_ service - Improved the language localization for Polish (`pl`) diff --git a/apps/client/src/app/pages/user-account/user-account-page.component.ts b/apps/client/src/app/pages/user-account/user-account-page.component.ts index f8d68baa6..fb42e196d 100644 --- a/apps/client/src/app/pages/user-account/user-account-page.component.ts +++ b/apps/client/src/app/pages/user-account/user-account-page.component.ts @@ -42,7 +42,7 @@ export class UserAccountPageComponent implements OnDestroy, OnInit { showCondition: !!this.user?.subscription }, { - iconName: 'share-social-outline', + iconName: 'key-outline', label: $localize`Access`, path: ['/account', 'access'] }