From ba89d9bb7e50d023957046029f4eac0601210547 Mon Sep 17 00:00:00 2001 From: AnishKumar Dubey Date: Wed, 3 Feb 2016 00:35:33 +0530 Subject: [PATCH 1/2] Adding CaratLane app to react-native showcase --- website/src/react-native/showcase.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index eaa4b6ead..d2644b64e 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -149,8 +149,14 @@ var apps = [ author: 'CANDDi LTD.', }, { - name: 'CBS Sports Franchise Football', + name: 'CaratLane', icon: 'http://a2.mzstatic.com/us/r30/Purple69/v4/7b/0c/a0/7b0ca007-885a-7cfc-9fa2-2ec4394c2ecc/icon175x175.png', + link: 'https://play.google.com/store/apps/details?id=com.caratlane.android&hl=en', + author: 'CaratLane', + }, + { + name: 'CBS Sports Franchise Football', + icon: 'https://lh3.googleusercontent.com/wEN-Vvpbnw_n89dbXPxWkNnXB7sALKBKvpX_hbzrWbuC4tFi5tVkWHq8k5TAvdbf5UQ=w300-rw', link: 'https://play.google.com/store/apps/details?id=com.cbssports.fantasy.franchisefootball2015', author: 'CBS Sports', }, From cc231cde73cd25e88bfd30bf264a7e738f491792 Mon Sep 17 00:00:00 2001 From: AnishKumar Dubey Date: Wed, 3 Feb 2016 00:51:10 +0530 Subject: [PATCH 2/2] Adding CaratLane app to react-native showcase --- website/src/react-native/showcase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index d2644b64e..54433bcc4 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -150,13 +150,13 @@ var apps = [ }, { name: 'CaratLane', - icon: 'http://a2.mzstatic.com/us/r30/Purple69/v4/7b/0c/a0/7b0ca007-885a-7cfc-9fa2-2ec4394c2ecc/icon175x175.png', + icon: 'https://lh3.googleusercontent.com/wEN-Vvpbnw_n89dbXPxWkNnXB7sALKBKvpX_hbzrWbuC4tFi5tVkWHq8k5TAvdbf5UQ=w300-rw', link: 'https://play.google.com/store/apps/details?id=com.caratlane.android&hl=en', author: 'CaratLane', }, { name: 'CBS Sports Franchise Football', - icon: 'https://lh3.googleusercontent.com/wEN-Vvpbnw_n89dbXPxWkNnXB7sALKBKvpX_hbzrWbuC4tFi5tVkWHq8k5TAvdbf5UQ=w300-rw', + icon: 'http://a2.mzstatic.com/us/r30/Purple69/v4/7b/0c/a0/7b0ca007-885a-7cfc-9fa2-2ec4394c2ecc/icon175x175.png', link: 'https://play.google.com/store/apps/details?id=com.cbssports.fantasy.franchisefootball2015', author: 'CBS Sports', },