diff --git a/website/src/components/Footer.css b/website/src/components/Footer.css deleted file mode 100644 index 2061559a..00000000 --- a/website/src/components/Footer.css +++ /dev/null @@ -1,17 +0,0 @@ -footer { - display: flex; - padding: 20px 15px; - padding-left: 87px; - z-index: 4; - align-items: center; - background-color: white; -} - -footer a { - margin: 0 15px; - color: #606770; -} - -footer a:hover { - color: #8FD0C6; -} diff --git a/website/src/components/Footer.js b/website/src/components/Footer.js deleted file mode 100644 index 9a44aa3c..00000000 --- a/website/src/components/Footer.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Copyright (c) 2014-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - * - * @flow - * @format - */ - -import React from 'react'; -import Link from 'gatsby-link'; -import './Footer.css'; - -export default () => ( - -); diff --git a/website/src/components/Page.js b/website/src/components/Page.js index 8cf386b9..1affdfe0 100644 --- a/website/src/components/Page.js +++ b/website/src/components/Page.js @@ -12,7 +12,6 @@ import React from 'react'; import Toolbar from './Toolbar'; -import Footer from './Footer'; import './Page.css'; require('prismjs/themes/prism.css'); @@ -29,6 +28,5 @@ export default (props: Props) => (
{props.children}
-