HOTFIX: re-establish award icon in user overview

pull/45/head
Florian Hartwich 2018-08-21 09:11:02 +02:00
parent 3be0c2d1ca
commit d279556457
1 changed files with 1 additions and 1 deletions

View File

@ -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',