Skip to content

Commit e92996b

Browse files
committed
update project logo
1 parent 90a6230 commit e92996b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Find us at:
4040
- All intensive computation runs on your server.
4141
- You're no longer running excess instances of Chrome.
4242

43-
[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/cli.png)](https://coder.com)
43+
[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif)](https://coder.com)
4444

4545
## Supported Architectures
4646

@@ -213,6 +213,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
213213

214214
## Versions
215215

216+
* **28.09.19:** - Update project logo.
216217
* **21.09.19:** - Add development builds/tag.
217218
* **09.07.19:** - Add optional sudo access.
218219
* **01.07.19:** - Add nano.

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# project information
44
project_name: code-server
55
project_url: "https://coder.com"
6-
project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/cli.png"
6+
project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/ide.gif"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser.
88
99
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
@@ -65,6 +65,7 @@ app_setup_block: |
6565
6666
# changelog
6767
changelogs:
68+
- { date: "28.09.19:", desc: "Update project logo." }
6869
- { date: "21.09.19:", desc: "Add development builds/tag." }
6970
- { date: "09.07.19:", desc: "Add optional sudo access." }
7071
- { date: "01.07.19:", desc: "Add nano." }

0 commit comments

Comments
 (0)