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