Skip to content

Commit

Permalink
Update grey logo and use in empty Code and Slides
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenque committed Feb 9, 2021
1 parent 58bf19a commit f54e771
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions customize.dist/CryptPad_logo_grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/code/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ define([
var $codeMirror = $('.CodeMirror');

$('<img>', {
src: '/customize/CryptPad_logo.svg',
src: '/customize/CryptPad_logo_grey.svg',
alt: '',
class: 'cp-app-code-preview-empty'
}).appendTo($previewContainer);
Expand Down
2 changes: 1 addition & 1 deletion www/slide/slide.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ define([

if (c === '') {
var $empty = $('<img>', {
src: '/customize/CryptPad_logo.svg',
src: '/customize/CryptPad_logo_grey.svg',
alt: '',
class: 'cp-app-code-preview-empty'
});
Expand Down

0 comments on commit f54e771

Please sign in to comment.