Skip to content

Commit 3f18575

Browse files
committed
fix: update icon path
1 parent 515613e commit 3f18575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/modules/config/devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function setupDevToolsIntegration(
7171
tabs.push({
7272
name: 'eslint-config',
7373
title: 'ESLint Config',
74-
icon: 'https://raw.githubusercontent.com/eslint/config-inspector/main/public/favicon.svg',
74+
icon: 'https://raw.githubusercontent.com/eslint/config-inspector/refs/heads/main/public/favicon.svg',
7575
view: viewerUrl
7676
? {
7777
type: 'iframe',

0 commit comments

Comments
 (0)