diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index b104fc2..71996bb 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -31,6 +31,7 @@ export class AppComponent implements OnInit { svgIcons = { 'add': 'outline-add_box-24px', 'add-user': 'twotone-person_add-24px', + 'award': 'award', 'arrow-up': 'baseline-arrow_upward-24px', 'chevron-left': 'baseline-chevron_left-24px', 'chevron-right': 'baseline-chevron_right-24px', @@ -38,7 +39,6 @@ export class AppComponent implements OnInit { 'edit': 'baseline-edit-24px', 'more-vert': 'baseline-more_vert-24px', // --------STATISTICS--------- - 'award': 'stats/award', 'battle': 'stats/battle', 'highscore': 'stats/highscore', 'stats-chart': 'stats/statsChart',