Skip to content

Commit 672ccb8

Browse files
author
veeck
committed
Add missing icon styles to clock
1 parent d9e2e02 commit 672ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/clock/clock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Module.register("clock", {
3636
},
3737
// Define styles.
3838
getStyles () {
39-
return ["clock_styles.css"];
39+
return ["clock_styles.css", "font-awesome.css"];
4040
},
4141
// Define start sequence.
4242
start () {

0 commit comments

Comments
 (0)