From bc29c26b66a931daefb11ca4497733f4e0c16ced Mon Sep 17 00:00:00 2001 From: David Benque Date: Fri, 8 Jul 2022 14:52:43 +0100 Subject: [PATCH] Add image for home page logo - easier to customize the main logo while keeping the CryptPad brand in the footer and other places --- customize.dist/CryptPad_logo_hero.svg | 22 ++++++++++++++++++++++ customize.dist/pages/index.js | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 customize.dist/CryptPad_logo_hero.svg diff --git a/customize.dist/CryptPad_logo_hero.svg b/customize.dist/CryptPad_logo_hero.svg new file mode 100644 index 000000000..1944b9142 --- /dev/null +++ b/customize.dist/CryptPad_logo_hero.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 7c04d1284..de2f11473 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -169,7 +169,7 @@ define([ h('div.row.cp-home-hero', [ h('div.cp-title.col-lg-6', [ h('img', { - src: '/customize/CryptPad_logo.svg?' + urlArgs, + src: '/customize/CryptPad_logo_hero.svg?' + urlArgs, 'aria-hidden': 'true', alt: '' }),