Alphabetical ordering

This commit is contained in:
Dotan Nahum 2015-12-14 14:13:58 +02:00
parent b8f3730d8d
commit ff58629640
1 changed files with 6 additions and 6 deletions

View File

@ -162,6 +162,12 @@ var apps = [
link: 'https://itunes.apple.com/us/app/dropbot-phone-replacement/id1000855694?mt=8',
author: 'Peach Labs',
},
{
name: 'Due',
icon: 'http://a1.mzstatic.com/us/r30/Purple69/v4/a2/41/5d/a2415d5f-407a-c565-ffb4-4f27f23d8ac2/icon175x175.png',
link: 'https://itunes.apple.com/us/app/due-countdown-reminders-for/id1050909468?mt=8',
author: 'Dotan Nahum',
},
{
name: 'Eat or Not',
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 = [
link: 'https://itunes.apple.com/us/app/yazboz-batak-esli-batak-okey/id1048620855?ls=1&mt=8',
author: 'Melih Mucuk',
},
{
name: 'Due',
icon: 'http://a1.mzstatic.com/us/r30/Purple69/v4/a2/41/5d/a2415d5f-407a-c565-ffb4-4f27f23d8ac2/icon175x175.png',
link: 'https://itunes.apple.com/us/app/due-countdown-reminders-for/id1050909468?mt=8',
author: 'Dotan Nahum',
},
];
var AppList = React.createClass({