From fbcbaa52d324a9f0effdc132e7aad7c470985915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Tue, 31 Oct 2017 08:46:39 -0700 Subject: [PATCH] Fix GitHub Button (#201) --- examples/basics/core/Footer.js | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/examples/basics/core/Footer.js b/examples/basics/core/Footer.js index f93eac9502..31d09d1b4a 100644 --- a/examples/basics/core/Footer.js +++ b/examples/basics/core/Footer.js @@ -7,20 +7,6 @@ const React = require("react"); -const githubButton = ( - - Star - -); - class Footer extends React.Component { render() { const currentYear = new Date().getFullYear(); @@ -92,7 +78,16 @@ class Footer extends React.Component {
More
Blog GitHub - {githubButton} + + Star +