mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
Change quote style to match existing work
This commit is contained in:
parent
a72e8a698d
commit
11784e55b2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ module.exports = (options = {}) => merge(
|
|||
short_name: "Coder",
|
||||
description: "Run VS Code on a remote server",
|
||||
background_color: "#e5e5e5",
|
||||
crossorigin: 'use-credentials',
|
||||
crossorigin: "use-credentials",
|
||||
icons: [{
|
||||
src: path.join(root, "packages/web/assets/logo.png"),
|
||||
sizes: [96, 128, 192, 256, 384],
|
||||
|
|
|
|||
Loading…
Reference in a new issue