HOTFIX: re-establish award icon in user overview
parent
3be0c2d1ca
commit
d279556457
|
@ -31,6 +31,7 @@ export class AppComponent implements OnInit {
|
||||||
svgIcons = {
|
svgIcons = {
|
||||||
'add': 'outline-add_box-24px',
|
'add': 'outline-add_box-24px',
|
||||||
'add-user': 'twotone-person_add-24px',
|
'add-user': 'twotone-person_add-24px',
|
||||||
|
'award': 'award',
|
||||||
'arrow-up': 'baseline-arrow_upward-24px',
|
'arrow-up': 'baseline-arrow_upward-24px',
|
||||||
'chevron-left': 'baseline-chevron_left-24px',
|
'chevron-left': 'baseline-chevron_left-24px',
|
||||||
'chevron-right': 'baseline-chevron_right-24px',
|
'chevron-right': 'baseline-chevron_right-24px',
|
||||||
|
@ -38,7 +39,6 @@ export class AppComponent implements OnInit {
|
||||||
'edit': 'baseline-edit-24px',
|
'edit': 'baseline-edit-24px',
|
||||||
'more-vert': 'baseline-more_vert-24px',
|
'more-vert': 'baseline-more_vert-24px',
|
||||||
// --------STATISTICS---------
|
// --------STATISTICS---------
|
||||||
'award': 'stats/award',
|
|
||||||
'battle': 'stats/battle',
|
'battle': 'stats/battle',
|
||||||
'highscore': 'stats/highscore',
|
'highscore': 'stats/highscore',
|
||||||
'stats-chart': 'stats/statsChart',
|
'stats-chart': 'stats/statsChart',
|
||||||
|
|
Loading…
Reference in New Issue