From 2a9a4ca2e1262d00e8e61567331a2a205ea315b5 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Sun, 2 Jun 2019 00:33:08 +0200 Subject: [PATCH] :lipstick: Site > File tree > Replace go and kotlin icons --- app/src/components/file-icon/icons/go.svg | 40 ++----------------- app/src/components/file-icon/icons/kotlin.svg | 29 +++++++++++++- lib/project.js | 2 + 3 files changed, 33 insertions(+), 38 deletions(-) diff --git a/app/src/components/file-icon/icons/go.svg b/app/src/components/file-icon/icons/go.svg index 4fcff8c..42f59b5 100644 --- a/app/src/components/file-icon/icons/go.svg +++ b/app/src/components/file-icon/icons/go.svg @@ -1,38 +1,4 @@ - - - - - - - - - - - - - - - - - - golang-official - - - + + + diff --git a/app/src/components/file-icon/icons/kotlin.svg b/app/src/components/file-icon/icons/kotlin.svg index 93fee78..2bd14df 100644 --- a/app/src/components/file-icon/icons/kotlin.svg +++ b/app/src/components/file-icon/icons/kotlin.svg @@ -1 +1,28 @@ -icon_Kotlin \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/project.js b/lib/project.js index ecfb55d..c365a78 100644 --- a/lib/project.js +++ b/lib/project.js @@ -264,6 +264,8 @@ class ClassName extends AnotherClass this.files.createVersion('./test/icons/test.c', 'Test icon') this.files.createVersion('./test/icons/test.h', 'Test icon') this.files.createVersion('./test/icons/test.pwet', 'Test icon') + this.files.createVersion('./test/icons/test.go', 'Test icon') + this.files.createVersion('./test/icons/test.kt', 'Test icon') this.files.createVersion('./test/and that\'s a very long file with a very long name so I can test how scrolling works', 'Test icon') // Adding file versions