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