Skip to content

Commit 74ee700

Browse files
chore(demo): migrate iconMap to prefix:name format
1 parent f1e8be3 commit 74ee700

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

config.demo.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ const config =
1919
position: "fullscreen_below",
2020
calendars: ["Demo categories"],
2121
iconMap: {
22-
Birthday: "fxemoji-birthdaycake",
23-
Health: "noto-hospital",
24-
Work: "noto-briefcase",
25-
Vacation: "noto-beach-with-umbrella",
26-
Leisure: "noto-musical-notes",
27-
Family: "noto-family",
28-
Deadline: "noto-alarm-clock",
29-
Important: "noto-warning"
22+
Birthday: "fxemoji:birthdaycake",
23+
Health: "noto:hospital",
24+
Work: "noto:briefcase",
25+
Vacation: "noto:beach-with-umbrella",
26+
Leisure: "noto:musical-notes",
27+
Family: "noto:family",
28+
Deadline: "noto:alarm-clock",
29+
Important: "noto:warning"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)