Skip to content

Commit dbeeca3

Browse files
authored
fix(icon): numeric classname to word
This PR fixes an unconverted numeric classname for the stopwatch.20 icon
1 parent bb16207 commit dbeeca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/default/elements/icon.overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ i.icon.sticky.note:before { content: "\f249"; }
868868
i.icon.stop:before { content: "\f04d"; }
869869
i.icon.stop.circle:before { content: "\f28d"; }
870870
i.icon.stopwatch:before { content: "\f2f2"; }
871-
i.icon.stopwatch.20:before { content: "\f96f"; }
871+
i.icon.stopwatch.twenty:before { content: "\f96f"; }
872872
i.icon.store:before { content: "\f54e"; }
873873
i.icon.store.alternate:before { content: "\f54f"; }
874874
i.icon.store.alternate.slash:before { content: "\f970"; }

0 commit comments

Comments
 (0)