From 42ce4c83338e320b3e2a88e38c90e018bccb9d49 Mon Sep 17 00:00:00 2001 From: Jinksi Date: Wed, 5 Jul 2017 21:24:09 +1000 Subject: [PATCH] Add component --- src/App.js | 2 ++ src/components/GithubCorner.js | 57 ++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 src/components/GithubCorner.js diff --git a/src/App.js b/src/App.js index 278cc21..0a2f074 100644 --- a/src/App.js +++ b/src/App.js @@ -9,6 +9,7 @@ import NoMatch from './views/NoMatch' import Nav from './components/Nav' import NavLink from './components/NavLink' import Logo from './components/Logo' +import GithubCorner from './components/GithubCorner' import globalStyles from './globalStyles' const siteTitle = 'HyperStatic' @@ -36,6 +37,7 @@ class App extends Component {
+