Skip to content

Commit 22787fc

Browse files
committed
fix: 图标
1 parent 0477566 commit 22787fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class Plugin implements DrawerPlugin {
2929
open = false
3030

3131
icon = () => {
32-
return <span class='material-symbols-rounded'>bug_report</span>
32+
return '<span class="material-symbols-rounded">bug_report</span>'
3333
}
3434

3535
drawer = Drawer

0 commit comments

Comments
 (0)