Skip to content

Commit e3b0b55

Browse files
author
Ilya Radchenko
committed
Remove old halfling icon references
Use fontawesome icons instead
1 parent 9c0c8f8 commit e3b0b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<i class="icon-fixed-width icon-[[ { pending: 'ellipsis-horizontal', passed: 'ok', failed: 'remove'}[data.testCmd] || 'ellipsis-horizontal' ]]"></i>
1+
<i class="fa fa-fw fa-[[ { pending: 'ellipsis-h', passed: 'check-circle', failed: 'exclamation-circle'}[data.testCmd] || 'ellipsis-h' ]]"></i>
22
<strong>Node tests</strong>
33
[[ data.testCmd || 'pending' ]]

0 commit comments

Comments
 (0)