Skip to content

Commit 8389805

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

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
@@ -28,7 +28,7 @@ export default class Plugin implements DrawerPlugin {
2828
color = packageJson.plugin.theme as ThemeColor
2929
open = false
3030

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

0 commit comments

Comments
 (0)