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 😃
Closes https://github.com/facebook/react-native/pull/5759

Reviewed By: svcscm

Differential Revision: D2901143

Pulled By: androidtrunkagent

fb-gh-sync-id: 29df3d2804387b6dcf1973efd53b616e84bbd922
This commit is contained in:
Eric Sauter 2016-02-04 09:49:19 -08:00 committed by facebook-github-bot-7
parent a0eddff5de
commit aea67c8890

View File

@ -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 (
<p>
<a href={app.linkAppStore} target="blank">iOS</a> -
<a href={app.linkAppStore} target="blank">iOS</a>
{" - "}
<a href={app.linkPlayStore} target="blank">Android</a>
</p>
);