diff --git a/src/components/DocFooter.jsx b/src/components/DocFooter.jsx index 77d9383f..a0ced019 100644 --- a/src/components/DocFooter.jsx +++ b/src/components/DocFooter.jsx @@ -2,7 +2,7 @@ import React from 'react' import PropTypes from 'prop-types' import { ReactComponent as Pencil } from '../images/pencil.svg' import styles from './DocFooter.module.scss' -import { githubContentPath, githubDevOceanPath } from '../../config' +import { social, githubContentPath, githubDevOceanPath } from '../../config' const DocFooter = ({ post, url, externalName }) => { let path @@ -24,13 +24,7 @@ const DocFooter = ({ post, url, externalName }) => { return (