Skip to content

Commit ea4ea90

Browse files
Edoardo MoreniEdoardo Moreni
authored andcommitted
canddi app
1 parent 67498a4 commit ea4ea90

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
@@ -24,6 +24,12 @@ var apps = [
2424
link: 'https://itunes.apple.com/us/app/beetroot/id1016159001?ls=1&mt=8',
2525
author: 'Alex Duckmanton',
2626
},
27+
{
28+
name: 'CANDDi',
29+
icon: 'http://a5.mzstatic.com/eu/r30/Purple7/v4/c4/e4/85/c4e48546-7127-a133-29f2-3e2e1aa0f9af/icon175x175.png',
30+
link: 'https://itunes.apple.com/gb/app/canddi/id1018168131?mt=8',
31+
author: 'CANDDi LTD.',
32+
},
2733
{
2834
name: 'Company name search',
2935
icon: 'http://a4.mzstatic.com/us/r30/Purple69/v4/fd/47/53/fd47537c-5861-e208-d1d1-1e26b5e45a36/icon350x350.jpeg',
@@ -246,12 +252,6 @@ var apps = [
246252
link: 'https://play.google.com/store/apps/details?id=com.ziliunapp',
247253
author: 'Sonny Lazuardi',
248254
},
249-
{
250-
name: 'CANDDi',
251-
icon: 'http://a5.mzstatic.com/eu/r30/Purple7/v4/c4/e4/85/c4e48546-7127-a133-29f2-3e2e1aa0f9af/icon175x175.png',
252-
link: 'https://itunes.apple.com/gb/app/canddi/id1018168131?mt=8',
253-
author: 'CANDDi LTD.',
254-
},
255255
];
256256

257257
var showcase = React.createClass({

0 commit comments

Comments
 (0)