Skip to content

Commit

Permalink
fix(icon): numeric classname to word
Browse files Browse the repository at this point in the history
This PR fixes an unconverted numeric classname for the stopwatch.20 icon
  • Loading branch information
lubber-de authored Jun 30, 2020
1 parent bb16207 commit dbeeca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/default/elements/icon.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ i.icon.sticky.note:before { content: "\f249"; }
i.icon.stop:before { content: "\f04d"; }
i.icon.stop.circle:before { content: "\f28d"; }
i.icon.stopwatch:before { content: "\f2f2"; }
i.icon.stopwatch.20:before { content: "\f96f"; }
i.icon.stopwatch.twenty:before { content: "\f96f"; }
i.icon.store:before { content: "\f54e"; }
i.icon.store.alternate:before { content: "\f54f"; }
i.icon.store.alternate.slash:before { content: "\f970"; }
Expand Down

0 comments on commit dbeeca3

Please sign in to comment.