diff --git a/CHANGELOG.md b/CHANGELOG.md index 99368ebb9..21723b92c 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 _Activities_ tab icon - Upgraded `yahoo-finance2` from version `2.3.6` to `2.3.10` ## 1.213.0 - 14.11.2022 diff --git a/apps/client/src/app/pages/portfolio/portfolio-page.component.ts b/apps/client/src/app/pages/portfolio/portfolio-page.component.ts index b2c3933b0..fcb9efa4c 100644 --- a/apps/client/src/app/pages/portfolio/portfolio-page.component.ts +++ b/apps/client/src/app/pages/portfolio/portfolio-page.component.ts @@ -43,7 +43,7 @@ export class PortfolioPageComponent implements OnDestroy, OnInit { this.tabs = [ { iconName: 'analytics-outline', path: 'analysis' }, { iconName: 'wallet-outline', path: 'holdings' }, - { iconName: 'swap-horizontal-outline', path: 'activities' }, + { iconName: 'swap-vertical-outline', path: 'activities' }, { iconName: 'pie-chart-outline', path: 'allocations' }, { iconName: 'calculator-outline', path: 'fire' } ];