Use svg logo on landing page
Before
Width: | Height: | Size: 7.0 KiB
@ -357,6 +357,7 @@ h2 {
h2 img {
padding-right: 5px;
float: left;
height: 72px;
}
h2 span, h2 small {
@ -35,7 +35,7 @@
<body ng-controller="WeechatCtrl" ng-keydown="handleKeyPress($event)">
<div ng-hide="connected" class="container">
<h2>
<img alt="logo" src="assets/img/glowing_bear_72.png">
<img alt="logo" src="assets/img/glowing-bear.svg">
<span>glowing bear</span>
<small>WeeChat web frontend</small>
</h2>