From aea67c88901be99f22db72148498ae09bb347ec9 Mon Sep 17 00:00:00 2001 From: Eric Sauter Date: Thu, 4 Feb 2016 09:49:19 -0800 Subject: [PATCH] Update DropBot Showcase information Summary: We recently renamed DropBot to Fixt, so I updated the info including the app icon and a link for our now released Android app. Also, added whitespace to the right side of the dash between iOS and Android app links. Super minor, but it looks nicer :smiley: Closes https://github.com/facebook/react-native/pull/5759 Reviewed By: svcscm Differential Revision: D2901143 Pulled By: androidtrunkagent fb-gh-sync-id: 29df3d2804387b6dcf1973efd53b616e84bbd922 --- website/src/react-native/showcase.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index d7cf18585..9b3b8722d 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -198,10 +198,11 @@ var apps = [ author: 'Genki Takiuchi (s21g Inc.)', }, { - name: 'DropBot', - icon: 'http://a2.mzstatic.com/us/r30/Purple69/v4/fb/df/73/fbdf73e0-22d2-c936-3115-1defa195acba/icon175x175.png', - link: 'https://itunes.apple.com/us/app/dropbot-phone-replacement/id1000855694?mt=8', - author: 'Peach Labs', + name: 'Fixt', + icon: 'http://a5.mzstatic.com/us/r30/Purple69/v4/46/bc/66/46bc66a2-7775-4d24-235d-e1fe28d55d7f/icon175x175.png', + linkAppStore: 'https://itunes.apple.com/us/app/dropbot-phone-replacement/id1000855694?mt=8', + linkPlayStore: 'https://play.google.com/store/apps/details?id=co.fixt', + author: 'Fixt', }, { name: 'Due', @@ -628,7 +629,8 @@ var AppList = React.createClass({ _renderLinks: function(app) { return (

- iOS - + iOS + {" - "} Android

);