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 "new footer froggit icon and social icons"

Merged Julie Thezenas requested to merge 25-footer-froggit-icon-and-social-icons-2 into master
All threads resolved!
3 files
+ 15
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,5 +6,11 @@ import logo from "../footer/logo_typo_froggit.png";
export default function FooterIcons() {
return <img src={logo} alt="Logo" />
return (
<div className="footer footer--dark">
<p>Coucou lydra</p>
<img src={logo} alt="Logo" />
</div>
)
}
Loading