Skip to content

Commit 9da25e5

Browse files
committed
fix(settings): add missing AI icon
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 35cf35e commit 9da25e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/settings/src/constants/AppstoreCategoryIcons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
mdiClose,
1212
mdiCog,
1313
mdiControllerClassic,
14+
mdiCreation,
1415
mdiDownload,
1516
mdiFileDocumentEdit,
1617
mdiFolder,
@@ -43,6 +44,7 @@ export default Object.freeze({
4344
updates: mdiDownload,
4445

4546
// generic categories
47+
ai: mdiCreation,
4648
auth: mdiKey,
4749
customization: mdiCog,
4850
dashboard: mdiViewColumn,

0 commit comments

Comments
 (0)