From c78b33b942d69759f12802b31cd98329f249b2b8 Mon Sep 17 00:00:00 2001 From: Braden Simpson Date: Mon, 31 Aug 2015 20:49:19 -0700 Subject: [PATCH] Style fixes for showcase --- website/src/react-native/showcase.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/react-native/showcase.js b/website/src/react-native/showcase.js index b116a2517..c7ce80dcd 100644 --- a/website/src/react-native/showcase.js +++ b/website/src/react-native/showcase.js @@ -66,6 +66,12 @@ var apps = [ link: 'https://itunes.apple.com/us/app/hsk-level-1-chinese-flashcards/id936639994', author: 'HS Schaaf', }, + { + name: 'Leanpub', + icon: 'http://a2.mzstatic.com/us/r30/Purple6/v4/9f/4a/6f/9f4a6f8c-8951-ed89-4083-74ace23df9ef/icon350x350.jpeg', + link: 'https://itunes.apple.com/us/app/leanpub/id913517110?ls=1&mt=8', + author: 'Leanpub', + }, { name: 'Lrn', icon: 'http://is4.mzstatic.com/image/pf/us/r30/Purple1/v4/41/a9/e9/41a9e9b6-7801-aef7-2400-2eca14923321/mzl.adyswxad.png', @@ -132,12 +138,6 @@ var apps = [ link: 'https://itunes.apple.com/us/app/youmeyou/id949540333?mt=8', author: 'youmeyou, LLC', }, - { - name: 'Leanpub', - icon: 'http://a2.mzstatic.com/us/r30/Purple6/v4/9f/4a/6f/9f4a6f8c-8951-ed89-4083-74ace23df9ef/icon350x350.jpeg', - link: 'https://itunes.apple.com/us/app/leanpub/id913517110?ls=1&mt=8', - author: 'Leanpub' - }, ]; var showcase = React.createClass({