Skip to content

Commit

Permalink
fix: use font-awesome for icons
Browse files Browse the repository at this point in the history
update "group" icon
  • Loading branch information
maxceem committed Dec 10, 2020
1 parent b3eef35 commit 3222b50
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="challenge-users-stats">
<span class="challenge-users-stats-type" title="{{registrants}} registrants" alt="{{registrants}} registrants">
<i class="glyphicon glyphicon-user"></i>
<i class="fa fa-user"></i>
<span>{{registrants}}</span>
</span>
<span class="challenge-users-stats-type" title="{{submissions}} submissions" alt="{{submissions}} submissions">
<i class="glyphicon glyphicon-file"></i>
<i class="fa fa-file"></i>
<span>{{submissions}}</span>
</span>
<span class="challenge-users-stats-type" title="{{groups}} groups" alt="{{groups}} groups">
<i class="glyphicon glyphicon-tower"></i>
<i class="fa fa-group"></i>
<span>{{groups}}</span>
</span>
</div>

0 comments on commit 3222b50

Please sign in to comment.