Footer design

Reviewed By: danielbuechele

Differential Revision: D6964900

fbshipit-source-id: 68831f101ef2112613cd170cb90bdd9235441c9d
This commit is contained in:
Emil Sjölander
2018-02-12 10:27:14 -08:00
committed by Facebook Github Bot
parent 9e0f751464
commit de8cab8e60
2 changed files with 18 additions and 9 deletions

View File

@@ -11,11 +11,13 @@
*/
import React from 'react';
import Padded from './Padded';
import Link from 'gatsby-link';
import './Footer.css';
export default () => (
<footer className="Footer">
<Padded>footer</Padded>
<Link to="/docs">Docs</Link>
<Link to="/playground">Playground</Link>
<a href="https://github.com/facebook/yoga">GitHub</a>
</footer>
);