Browse Source
Feature/improve activities tab icon (#1461)
* Improve icon
* Update changelog
pull/1460/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/portfolio-page.component.ts
|
|
@ -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 |
|
|
|
|
|
@ -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' } |
|
|
|
]; |
|
|
|