Use logo-index for crousel
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Carousel({handleOpen, setHandleOpen, isMobile}) {
|
||||
onStart={() => setHandleOpen(false)}
|
||||
>
|
||||
<Slide
|
||||
media={<img src='/logo.png' width={300} height={170} />}
|
||||
media={<img src='/logo-index.png' width={300} height={170} />}
|
||||
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.png' width={300} height={170} />}
|
||||
media={<img src='/logo-index.png' width={300} height={170} />}
|
||||
mediaBackgroundStyle={{backgroundColor: grey[900]}}
|
||||
style={{backgroundColor: grey[800]}}
|
||||
title='Nous contacter'
|
||||
|
||||
Reference in New Issue
Block a user