We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515613e commit 3f18575Copy full SHA for 3f18575
packages/module/src/modules/config/devtools.ts
@@ -71,7 +71,7 @@ export async function setupDevToolsIntegration(
71
tabs.push({
72
name: 'eslint-config',
73
title: 'ESLint Config',
74
- icon: 'https://raw.githubusercontent.com/eslint/config-inspector/main/public/favicon.svg',
+ icon: 'https://raw.githubusercontent.com/eslint/config-inspector/refs/heads/main/public/favicon.svg',
75
view: viewerUrl
76
? {
77
type: 'iframe',
0 commit comments