fix logo not showing sometimes in chrome
parent
c036bb26be
commit
edad5deeac
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -629,7 +629,7 @@ define([
|
|||
title: Messages.header_logoTitle,
|
||||
'class': "cryptpad-logo"
|
||||
}).append($('<img>', {
|
||||
src: '/customize/images/logo_white.svg'
|
||||
src: '/customize/images/logo_white.png'
|
||||
}));
|
||||
var onClick = function (e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue