import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faFacebookSquare, faGithub, faHackerNewsSquare, faRedditSquare, faTwitter, faTwitterSquare } from '@fortawesome/free-brands-svg-icons' import { AuthorBio, AuthorImg, AuthorInfoWrap, AuthorMeta, ContributeIcon, FooterBg, FooterContainer, FooterWrap, ShareIcons, ShareWrap } from './style'; import { getContributionUrl } from "../../lib/guide"; const GuideFooter = ({ guide, guide: { author = {} } = {} }) => ( Improve this Guide Contribute Follow the author Author Help spread the word Share

{ author.name }

{ author.bio }
); export default GuideFooter;