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

Draft: Resolve "(footer) froggit icon and social icons"

Closed Hugues requested to merge 25-footer-froggit-icon-and-social-icons into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -19,10 +19,10 @@ export default function Footer(props) {
<img
src={"/img/logo_froggit.svg"}
/* style={{ position: "absolute", left: "350px", top: "100px", height: "30px" }} */
style={{ position: "absolute", left: "350px", top: "100px", height: "30px" }}
/>
{/* Svg: require("../../static/img/read-smile.svg").default
{/* { Svg: require("").default */}
<img src="img/read-smile.svg" />
<div className="footer__bottom text--center">
{logo && (logo.src || logo.srcDark) && (
@@ -35,7 +35,7 @@ export default function Footer(props) {
<FooterLogo alt={logo.alt} sources={sources} />
)}
</div>
)}
)}
.footerLogoLink {
opacity: 0.5;
transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default);
@@ -44,14 +44,14 @@ export default function Footer(props) {
.footerLogoLink:hover {
opacity: 1;
}
*/}
}
</div>
<div className="footer-social-icons">
<IconContext.Provider value={{ className:"social-icons", size:"2em" }}>
<Link to="https://gitlab.com/froggit">
<FaGitlab />
</Link>
{/* <Link to="https://gitlab.com/froggit">
{ <Link to="https://gitlab.com/froggit">
<AiFillGitlab />
</Link>
<Link to="https://gitlab.com/froggit">
@@ -63,7 +63,7 @@ export default function Footer(props) {
<Link to="https://twitter.com/art_devops">
<FaTwitterSquare />
</Link>
*/}
}
<Link to="https://www.linkedin.com/company/froggit">
<FaLinkedin />
</Link>
Loading