Skip to content

Commit c6e4031

Browse files
author
veeck
committed
update default icon for calendars
1 parent be957af commit c6e4031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/calendar/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Module.register("calendar", {
88
limitDays: 0, // Limit the number of days shown, 0 = no limit
99
pastDaysCount: 0,
1010
displaySymbol: true,
11-
defaultSymbol: "calendar-alt", // Fontawesome Symbol see https://fontawesome.com/cheatsheet?from=io
11+
defaultSymbol: "calendar-days", // Fontawesome Symbol see https://fontawesome.com/search?ic=free&o=r
1212
defaultSymbolClassName: "fas fa-fw fa-",
1313
showLocation: false,
1414
displayRepeatingCountTitle: false,

0 commit comments

Comments
 (0)