schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(plugins/modernIcons): add missing icons

willow 083b0fcb 2dd7fb89

+2
+2
src/entrypoints/plugins/modernIcons/index.ts
··· 85 85 "icon-cloudy": "cloud", 86 86 "icon-eportfolio": "work", 87 87 "icon-open": "door_open", 88 + "icon-lesson-plan": "history_edu", 89 + "icon-add": "add", 88 90 }; 89 91 90 92 function injectIcons(icons: Record<string, string>, filled: boolean) {