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
Commit 4566f598 authored by Plumtree3D's avatar Plumtree3D
Browse files

fix: fixed indentation for lint

parent 9b36e697
No related branches found
No related tags found
1 merge request!81Resolve "Fix: FLOSS logos in dark mode"
......@@ -35,8 +35,8 @@ function CarouselElement({name, img, svg, link, alt}) {
}
else {
return (
<Logo img={img} svg={svg} alt={alt}/>
)
<Logo img={img} svg={svg} alt={alt}/>
);
}
})()}
{(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment