Skip to content

Commit a80d4ee

Browse files
committed
fixup!: rm extra spaces integration patch
1 parent 0e7ccad commit a80d4ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/integration.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench-dev.html
228228
- <link rel="icon" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/favicon.ico" type="image/x-icon" />
229229
- <link rel="manifest" href="{{WORKBENCH_WEB_BASE_URL}}/resources/server/manifest.json" crossorigin="use-credentials" />
230230
-
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" />
234234
</head>
235235

236236
<body aria-label="">

0 commit comments

Comments
 (0)