From 35c6931adedf4d392073e0db977bd5a818fbdb30 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 15 Feb 2018 08:03:57 -0800 Subject: [PATCH] Remove unwanted footer items Summary: Remove unwanted footer items Reviewed By: emilsjolander Differential Revision: D6999348 fbshipit-source-id: e1ff13b8a5a497bfc54e04294994eddef48bbf94 --- website/src/components/Footer.css | 7 +++++-- website/src/components/Footer.js | 14 +++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/website/src/components/Footer.css b/website/src/components/Footer.css index 2813bc65..62888bd7 100644 --- a/website/src/components/Footer.css +++ b/website/src/components/Footer.css @@ -14,7 +14,8 @@ align-items: center; justify-content: space-between; background-color: white; - border-top: 1px solid #a6dacf; + border-top: 1px solid #6BCEBB; + flex-wrap: wrap; } .Footer svg { @@ -23,17 +24,19 @@ } .Footer svg path { - fill: #a6dacf; + fill: #6BCEBB; } .Footer .logoOSS { display: flex; align-items: center; text-decoration: none; + color: #6BCEBB; } .Footer a { margin: 0 10px; + color: #6BCEBB; } .Footer .SocialNetwork { diff --git a/website/src/components/Footer.js b/website/src/components/Footer.js index de69768c..a9c7c807 100644 --- a/website/src/components/Footer.js +++ b/website/src/components/Footer.js @@ -20,18 +20,14 @@ export default class Footer extends Component<{}> { render() { return (
- + Facebook Open Source - -
- Open Source - Github - Twitter -
- - Contribute to this project on Github +
+ Github + Twitter +
); }