From a75dceb89b90ba900161804189892d99f88e527e Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Wed, 7 Feb 2018 13:45:20 +1000 Subject: [PATCH] Add options to GithubCorner --- src/components/GithubCorner.css | 1 - src/components/GithubCorner.js | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/GithubCorner.css b/src/components/GithubCorner.css index 066e38b..c3e89aa 100644 --- a/src/components/GithubCorner.css +++ b/src/components/GithubCorner.css @@ -5,7 +5,6 @@ z-index: 2; } .GithubCorner svg { - fill: #151513; color: #fff; border: 0; max-width: 12.5vmin; diff --git a/src/components/GithubCorner.js b/src/components/GithubCorner.js index 708f46e..b96a4c3 100644 --- a/src/components/GithubCorner.js +++ b/src/components/GithubCorner.js @@ -1,9 +1,20 @@ import React from 'react' import './GithubCorner.css' -export default ({ url }) => ( - -