Skip to content

Commit ff58629

Browse files
committed
Alphabetical ordering
1 parent b8f3730 commit ff58629

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/src/react-native/showcase.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ var apps = [
162162
link: 'https://itunes.apple.com/us/app/dropbot-phone-replacement/id1000855694?mt=8',
163163
author: 'Peach Labs',
164164
},
165+
{
166+
name: 'Due',
167+
icon: 'http://a1.mzstatic.com/us/r30/Purple69/v4/a2/41/5d/a2415d5f-407a-c565-ffb4-4f27f23d8ac2/icon175x175.png',
168+
link: 'https://itunes.apple.com/us/app/due-countdown-reminders-for/id1050909468?mt=8',
169+
author: 'Dotan Nahum',
170+
},
165171
{
166172
name: 'Eat or Not',
167173
icon: 'http://a3.mzstatic.com/us/r30/Purple5/v4/51/be/34/51be3462-b015-ebf2-11c5-69165b37fadc/icon175x175.jpeg',
@@ -422,12 +428,6 @@ var apps = [
422428
link: 'https://itunes.apple.com/us/app/yazboz-batak-esli-batak-okey/id1048620855?ls=1&mt=8',
423429
author: 'Melih Mucuk',
424430
},
425-
{
426-
name: 'Due',
427-
icon: 'http://a1.mzstatic.com/us/r30/Purple69/v4/a2/41/5d/a2415d5f-407a-c565-ffb4-4f27f23d8ac2/icon175x175.png',
428-
link: 'https://itunes.apple.com/us/app/due-countdown-reminders-for/id1050909468?mt=8',
429-
author: 'Dotan Nahum',
430-
},
431431
];
432432

433433
var AppList = React.createClass({

0 commit comments

Comments
 (0)