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;