Skip to content

Commit 5cefbce

Browse files
committed
feat: add Others section
1 parent d7b847a commit 5cefbce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/composables/usePlugins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const iconsMap = {
2121
Serialization: 'i-lucide-unplug',
2222
Security: 'i-lucide-shield',
2323
UI: 'i-lucide-layout',
24+
Others: 'i-lucide-boxes',
2425
}
2526

2627
export const pluginImage = function (icon: string = '', _size: number = 80) {

0 commit comments

Comments
 (0)