From 7a82d56eb65723b8e970eedf7fb0d39f828f116b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Thu, 2 Aug 2018 06:03:44 -0700 Subject: [PATCH] fixing links on website Summary: fixing broken links for: - Twitter account - App download - FlipperKit image on landing page Reviewed By: passy Differential Revision: D9131794 fbshipit-source-id: 0e7db0ebd57757684571f0325543c35ce3ba9bec --- website/core/Footer.js | 2 +- website/pages/en/index.js | 2 +- website/static/img/{SonarKit.png => FlipperKit.png} | Bin .../img/{SonarKit@2x.png => FlipperKit@2x.png} | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename website/static/img/{SonarKit.png => FlipperKit.png} (100%) rename website/static/img/{SonarKit@2x.png => FlipperKit@2x.png} (100%) diff --git a/website/core/Footer.js b/website/core/Footer.js index c32117d94..bcbbfa8b4 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -47,7 +47,7 @@ class Footer extends React.Component {
More
- Twitter + Twitter GitHub + href="https://www.facebook.com/fbflipper/public/mac"> Download diff --git a/website/static/img/SonarKit.png b/website/static/img/FlipperKit.png similarity index 100% rename from website/static/img/SonarKit.png rename to website/static/img/FlipperKit.png diff --git a/website/static/img/SonarKit@2x.png b/website/static/img/FlipperKit@2x.png similarity index 100% rename from website/static/img/SonarKit@2x.png rename to website/static/img/FlipperKit@2x.png