From 9023e19dc3489690f37053b39c58985a2a3d8462 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis Date: Mon, 7 Sep 2015 10:40:24 +0100 Subject: [PATCH 1/2] Add Spero for Cancer to React Native showcase --- website/src/react-native/showcase.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index af2bc6b1c..f6f80b917 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -162,6 +162,12 @@ var apps = [ link: 'https://itunes.apple.com/us/app/youmeyou/id949540333?mt=8', author: 'youmeyou, LLC', }, + { + name: 'Spero for Cancer', + icon: 'https://s3-us-west-1.amazonaws.com/cancerspot/site_images/Spero1024.png', + link: 'https://geo.itunes.apple.com/us/app/spero-for-cancer/id1033923573?mt=8', + author: 'Spero.io', + }, ]; var showcase = React.createClass({ From a53b77949f3bd0b9330426a2a71b24d1d0b27eba Mon Sep 17 00:00:00 2001 From: Tyler McGinnis Date: Mon, 7 Sep 2015 18:24:03 +0100 Subject: [PATCH 2/2] Alphabetize list. --- website/src/react-native/showcase.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index f6f80b917..1086060cd 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -126,18 +126,24 @@ var apps = [ link: 'https://itunes.apple.com/us/app/react-native-playground/id1002032944?mt=8', author: 'Joshua Sierles', }, - { - name: 'Start - medication manager for depression', - icon: 'http://a1.mzstatic.com/us/r30/Purple49/v4/de/9b/6f/de9b6fe8-84ea-7a12-ba2c-0a6d6c7b10b0/icon175x175.png', - link: 'https://itunes.apple.com/us/app/start-medication-manager-for/id1012099928?mt=8', - author: 'Iodine Inc.', - }, { name: 'SG Toto 4d', icon: 'http://a4.mzstatic.com/us/r30/Purple7/v4/d2/bc/46/d2bc4696-84d6-9681-a49f-7f660d6b04a7/icon175x175.jpeg', link: 'https://itunes.apple.com/us/app/sg-toto-4d/id1006371481?mt=8', author: 'Steve Ng' }, + { + name: 'Spero for Cancer', + icon: 'https://s3-us-west-1.amazonaws.com/cancerspot/site_images/Spero1024.png', + link: 'https://geo.itunes.apple.com/us/app/spero-for-cancer/id1033923573?mt=8', + author: 'Spero.io', + }, + { + name: 'Start - medication manager for depression', + icon: 'http://a1.mzstatic.com/us/r30/Purple49/v4/de/9b/6f/de9b6fe8-84ea-7a12-ba2c-0a6d6c7b10b0/icon175x175.png', + link: 'https://itunes.apple.com/us/app/start-medication-manager-for/id1012099928?mt=8', + author: 'Iodine Inc.', + }, { name: 'Tabtor Parent', icon: 'http://a1.mzstatic.com/us/r30/Purple4/v4/80/50/9d/80509d05-18f4-a0b8-0cbb-9ba927d04477/icon175x175.jpeg', @@ -162,12 +168,6 @@ var apps = [ link: 'https://itunes.apple.com/us/app/youmeyou/id949540333?mt=8', author: 'youmeyou, LLC', }, - { - name: 'Spero for Cancer', - icon: 'https://s3-us-west-1.amazonaws.com/cancerspot/site_images/Spero1024.png', - link: 'https://geo.itunes.apple.com/us/app/spero-for-cancer/id1033923573?mt=8', - author: 'Spero.io', - }, ]; var showcase = React.createClass({