docs: fix IDE icon (#3445)

This commit is contained in:
Ammar Bandukwala
2022-08-09 20:07:51 -05:00
committed by GitHub
parent 88c9f31007
commit 815bf1b668
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/></svg>

After

Width:  |  Height:  |  Size: 231 B

-1
View File
@@ -1 +0,0 @@
<svg viewBox="0 0 512 466" xmlns="http://www.w3.org/2000/svg"><path d="M46.5 0.837754C20.5 0.837754 0 22.3052 0 49.5321V122.94V196.348V221.062V245.776V270.489V343.898V417.306C0 444.533 20.5 466 46.5 466H256H465.5C491.5 466 512 444.533 512 417.306V343.898V244.205V195.511V122.102V48.6944C512 21.4674 491.5 0 465.5 0H256H46.5V0.837754Z" /><path d="M70.1 73.1V99.1L140.2 140.1L70.1 181.1V207.1L186.7 140.1L70.1 73.1ZM185.9 186.5V210.1H302.5V186.5H185.9Z" fill="white" /></svg>

Before

Width:  |  Height:  |  Size: 474 B

+1 -1
View File
@@ -75,7 +75,7 @@
"title": "IDEs",
"description": "Learn how to use your IDE of choice with Coder",
"path": "./ides.md",
"icon_path": "./images/icons/terminal.svg",
"icon_path": "./images/icons/code.svg",
"children": [
{
"title": "Configuring Web IDEs",