From f54e771d0ff1e783792ccc71c02633a6297e0b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 9 Feb 2021 21:05:38 +0000 Subject: [PATCH] Update grey logo and use in empty Code and Slides --- customize.dist/CryptPad_logo_grey.svg | 8 -------- www/code/inner.js | 2 +- www/slide/slide.js | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/customize.dist/CryptPad_logo_grey.svg b/customize.dist/CryptPad_logo_grey.svg index 083bbd4e1..a2e6a685e 100644 --- a/customize.dist/CryptPad_logo_grey.svg +++ b/customize.dist/CryptPad_logo_grey.svg @@ -1,13 +1,5 @@ - - - - - - - - diff --git a/www/code/inner.js b/www/code/inner.js index 31d12eff4..2eb433c01 100644 --- a/www/code/inner.js +++ b/www/code/inner.js @@ -152,7 +152,7 @@ define([ var $codeMirror = $('.CodeMirror'); $('', { - src: '/customize/CryptPad_logo.svg', + src: '/customize/CryptPad_logo_grey.svg', alt: '', class: 'cp-app-code-preview-empty' }).appendTo($previewContainer); diff --git a/www/slide/slide.js b/www/slide/slide.js index c104c5f3b..66182049c 100644 --- a/www/slide/slide.js +++ b/www/slide/slide.js @@ -78,7 +78,7 @@ define([ if (c === '') { var $empty = $('', { - src: '/customize/CryptPad_logo.svg', + src: '/customize/CryptPad_logo_grey.svg', alt: '', class: 'cp-app-code-preview-empty' });