fix(design): 404 on bot logo on default.gbtheme: https://github.com/GeneralBots/BotServer/issues/80.

This commit is contained in:
Rodrigo Rodriguez 2019-02-11 13:21:44 -02:00
parent c70200a176
commit f67f04a4ba
2 changed files with 1 additions and 1 deletions

View file

@ -81,7 +81,7 @@ html[dir="ltr"] .ms-Nav-compositeLink.is-selected a:after {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
background-image: url(../images/logo_General_BotS.png); background-image: url(../images/bot-logo.png);
background-position: 2px 2px; background-position: 2px 2px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 25 KiB