File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/challenge-users-stats Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="challenge-users-stats ">
2
2
< span class ="challenge-users-stats-type " title ="{{registrants}} registrants " alt ="{{registrants}} registrants ">
3
- < i class ="glyphicon glyphicon -user "> </ i >
3
+ < i class ="fa fa -user "> </ i >
4
4
< span > {{registrants}}</ span >
5
5
</ span >
6
6
< span class ="challenge-users-stats-type " title ="{{submissions}} submissions " alt ="{{submissions}} submissions ">
7
- < i class ="glyphicon glyphicon -file "> </ i >
7
+ < i class ="fa fa -file "> </ i >
8
8
< span > {{submissions}}</ span >
9
9
</ span >
10
10
< span class ="challenge-users-stats-type " title ="{{groups}} groups " alt ="{{groups}} groups ">
11
- < i class ="glyphicon glyphicon-tower "> </ i >
11
+ < i class ="fa fa-group "> </ i >
12
12
< span > {{groups}}</ span >
13
13
</ span >
14
14
</ div >
You can’t perform that action at this time.
0 commit comments