From 761f05e1a3ae1ab905687ea6406c677c84170264 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 8 May 2019 08:37:39 +0200 Subject: [PATCH] added svg for hom eicon --- .../components/vertical-icons-component.js | 83 ++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/src/app/components/vertical-icons-component.js b/src/app/components/vertical-icons-component.js index cbb095ecea..1a32e657a3 100644 --- a/src/app/components/vertical-icons-component.js +++ b/src/app/components/vertical-icons-component.js @@ -225,7 +225,82 @@ class VerticalIconComponent { }}" plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}" > - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ` this.iconKind['fileexplorer'] = yo` @@ -288,6 +363,12 @@ class VerticalIconComponent { module.exports = VerticalIconComponent const css = csjs` + .homeIcon { + display: block; + width: 32px; + height: 32px; + background-image: url(assets/img/remix_logo_512x512.svg); + } .icons { margin-left: 10px; margin-top: 15px;