Skip to content

Commit cb2844a

Browse files
committed
chore: fix typecheck
1 parent 1766c59 commit cb2844a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default defineConfig({
5353
}),
5454
id: 'local2',
5555
title: 'Local2',
56-
icon: 'material-symbols-light:add-alert',
56+
icon: 'ph:bell-simple-ringing-duotone',
5757
})
5858
},
5959
},

packages/core/src/node/__tests__/host-docks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('devToolsDockHost', () => {
4747
it('should include the duplicate ID in error message', () => {
4848
const host = new DevToolsDockHost(mockContext)
4949
const dock: DevToolsDockEntry = {
50-
type: 'webcomponent',
50+
type: 'custom-render',
5151
id: 'my-special-panel',
5252
title: 'Special Panel',
5353
icon: 'special',

0 commit comments

Comments
 (0)