use logo without text for consolelink

Signed-off-by: Michal Vala <mvala@redhat.com>
pull/71/head
Michal Vala 2019-09-09 15:00:00 +02:00
parent 5552439b71
commit a2aee2b212
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const (
// ConsoleLink default
DefaultConsoleLinkName = "che"
DefaultConsoleLinkImage = "/dashboard/assets/branding/che-logo.svg"
DefaultConsoleLinkImage = "/dashboard/assets/branding/loader.svg"
DefaultConsoleLinkDisplayName = "Eclipse Che"
DefaultConsoleLinkSection = "Red Hat Applications"
)