We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22787fc commit 8389805Copy full SHA for 8389805
src/plugin.tsx
@@ -28,7 +28,7 @@ export default class Plugin implements DrawerPlugin {
28
color = packageJson.plugin.theme as ThemeColor
29
open = false
30
31
- icon = () => {
+ icon() {
32
return '<span class="material-symbols-rounded">bug_report</span>'
33
}
34
0 commit comments