Browse Source

Feature/improve activities tab icon (#1461)

* Improve icon

* Update changelog
pull/1460/head^2
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
608e7a774d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/portfolio/portfolio-page.component.ts

1
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

2
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' }
];

Loading…
Cancel
Save