From 719307f7ce2da50b75888b25145c82f396d2ae9f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 5 Feb 2019 18:08:51 +0100 Subject: [PATCH] doc footer layout tweaks --- src/components/DocFooter.jsx | 10 ++-------- src/components/DocFooter.module.scss | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 9 deletions(-) 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 (