diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index 005051c..fd4ee1e 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -47,6 +47,9 @@ export class AppComponent implements OnInit { 'battle': 'stats/battle', 'highscore': 'stats/highscore', 'stats-chart': 'stats/statsChart', + 'stats-fraction': 'stats/fraction-btn', + 'stats-player': 'stats/player-stats-btn', + 'stats-scoreboard': 'stats/scoreboard-btn', // --SCOREBOARD-- 'death': 'stats/scoreboard/death', 'flagTouch': 'stats/scoreboard/flagTouch', diff --git a/static/src/app/statistic/war/war-header/war-header.component.css b/static/src/app/statistic/war/war-header/war-header.component.css index 717723c..ce9e7c6 100644 --- a/static/src/app/statistic/war/war-header/war-header.component.css +++ b/static/src/app/statistic/war/war-header/war-header.component.css @@ -31,8 +31,8 @@ span.tab-control { z-index: 10; } -.nav-tabs > li img { - filter: invert(50%); +.nav-tabs mat-icon { + color: #666666; } .nav-tabs { diff --git a/static/src/app/statistic/war/war-header/war-header.component.html b/static/src/app/statistic/war/war-header/war-header.component.html index 3c05de1..8356b11 100644 --- a/static/src/app/statistic/war/war-header/war-header.component.html +++ b/static/src/app/statistic/war/war-header/war-header.component.html @@ -31,17 +31,20 @@