diff --git a/src/theme/Footer.js b/src/theme/Footer.js index 54b24e039ff26d418e469c81790e734b42ad782c..fd4716692b495913a8e230c264d7165f8b6e0b60 100644 --- a/src/theme/Footer.js +++ b/src/theme/Footer.js @@ -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>