File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,9 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench-dev.html
228
228
- <link rel="icon" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/favicon.ico" type="image/x-icon" />
229
229
- <link rel="manifest" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/manifest.json" crossorigin="use-credentials" />
230
230
-
231
- + <link rel="icon" href="/_static/src/browser/media/favicon-dark-support.svg" />
232
- + <link rel="alternate icon" href="/_static/src/browser/media/favicon.ico" type="image/x-icon" />
233
- + <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
231
+ + <link rel="icon" href="/_static/src/browser/media/favicon-dark-support.svg" />
232
+ + <link rel="alternate icon" href="/_static/src/browser/media/favicon.ico" type="image/x-icon" />
233
+ + <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
234
234
</head>
235
235
236
236
<body aria-label="">
You can’t perform that action at this time.
0 commit comments