Skip to content

Commit 7c1aeef

Browse files
authored
docs: fix favicon source (#605)
1 parent 6cd7722 commit 7c1aeef

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/app/public/favicon.svg',
74+
icon: 'https://raw.githubusercontent.com/eslint/config-inspector/main/public/favicon.svg',
7575
view: viewerUrl
7676
? {
7777
type: 'iframe',

0 commit comments

Comments
 (0)