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: '' }),