Footer design
Reviewed By: danielbuechele Differential Revision: D6964900 fbshipit-source-id: 68831f101ef2112613cd170cb90bdd9235441c9d
This commit is contained in:
committed by
Facebook Github Bot
parent
9e0f751464
commit
de8cab8e60
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user