Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "add FLOSS carousel on homepage"

Merged Celeste Robert requested to merge 12-add-floss-carousel-on-homepage into master
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,6 @@ function CarouselElement({name, img, link}) {
@@ -19,7 +19,6 @@ function CarouselElement({name, img, link}) {
else if (typeof link === "undefined") {
else if (typeof link === "undefined") {
return (
return (
<div className="box_carousel">
<div className="box_carousel">
<img src={useBaseUrl(img)} className="carousel-img" />
<img src={useBaseUrl(img)} className="carousel-img" />
<h6 className="title_carousel">{name}</h6>
<h6 className="title_carousel">{name}</h6>
</div>
</div>
Loading