From 2e1086c5c085dcb5046cdc2f7c729fa61acbfbaa Mon Sep 17 00:00:00 2001 From: Atif Mansoor Date: Mon, 9 May 2016 09:41:51 -0700 Subject: [PATCH] Fix bug on GettingStarted.md page when clicking nav buttons in FF Summary: Hi, The [commit](https://github.com/facebook/react-native/commit/156d3ed7a290a7d0576c7e6d2b3fc03681d71ee9?_pjax=%23js-repo-pjax-container) by JoelMarcey is much appreciated. However, when you click on the nav buttons in Firefox (v46.0.1, I'm on El-Capitan), it will switch the content but also navigate you to the React-Native homepage. This doesn't happen in Chrome, so that's how it probably slipped through. I propose these changes to fix that. **Test plan** Tested locally on FF and Chrome on El-Capitan Closes https://github.com/facebook/react-native/pull/7435 Differential Revision: D3276285 Pulled By: vjeux fb-gh-sync-id: c9a14059e609297fe273d02fe6c0a5f98ec7060c fbshipit-source-id: c9a14059e609297fe273d02fe6c0a5f98ec7060c --- docs/GettingStarted.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index c6d2cacada7..76ed1177685 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -36,12 +36,12 @@ block { display: none; } display: block; } Platform: -iOS -Android +iOS +Android OS: -Mac -Linux -Windows +Mac +Linux +Windows