Using new logo files instead of old

This commit is contained in:
2020-12-22 23:14:54 +01:00
parent 2cb34ad078
commit 302af6471c
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ export default function Carousel({handleOpen, setHandleOpen, isMobile}) {
onStart={() => setHandleOpen(false)}
>
<Slide
media={<img src='/logo-index.png' width={300} height={170} />}
media={<img src='/logo-192x110.png' />}
mediaBackgroundStyle={{backgroundColor: grey[900]}}
style={{backgroundColor: grey[800]}}
title='Bienvenue'
@@ -63,7 +63,7 @@ export default function Carousel({handleOpen, setHandleOpen, isMobile}) {
subtitle='Vous avez la possiblité de visionner le clip, écouter et/ou télécharger la musique via les plateformes de streaming et de téléchargement.'
/>
<Slide
media={<img src='/logo-index.png' width={300} height={170} />}
media={<img src='/logo-192x110.png' />}
mediaBackgroundStyle={{backgroundColor: grey[900]}}
style={{backgroundColor: grey[800]}}
title='Nous contacter'