Skip to content

Commit 3601566

Browse files
committed
fix(vite): update devtools ui docks registration icon
1 parent 7676308 commit 3601566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function DevToolsViteUI(): PluginWithDevTools {
2121
ctx.docks.register({
2222
id: 'vite',
2323
title: 'Vite',
24-
icon: 'builtin:vite-plus-core',
24+
icon: 'https://vite.dev/logo.svg',
2525
type: 'iframe',
2626
url: '/.devtools-vite/',
2727
})

0 commit comments

Comments
 (0)