Allow direct editing of collection icon (#7120)

* Allow direct editing of collection icon

* feedback
This commit is contained in:
Tom Moor
2024-06-23 17:26:00 -04:00
committed by GitHub
parent 2cad16d6b3
commit 95c768f444
5 changed files with 47 additions and 24 deletions

View File

@@ -244,7 +244,7 @@ export class IconLibrary {
keywords: "browser web app",
},
collection: {
component: CollectionIcon,
component: (props) => <CollectionIcon expanded {...props} />,
keywords: "collection",
},
coins: {