We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b847a commit 5cefbceCopy full SHA for 5cefbce
1 file changed
app/composables/usePlugins.ts
@@ -21,6 +21,7 @@ const iconsMap = {
21
Serialization: 'i-lucide-unplug',
22
Security: 'i-lucide-shield',
23
UI: 'i-lucide-layout',
24
+ Others: 'i-lucide-boxes',
25
}
26
27
export const pluginImage = function (icon: string = '', _size: number = 80) {
0 commit comments