Skip to content

Commit

Permalink
docs: Add new showcase project (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and ferrannp committed Feb 9, 2019
1 parent 287d25a commit 13d51c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added docs/assets/showcase/appngo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/pages/src/Showcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ const data: Data[] = [
name: 'Showman',
image: 'showcase/showman.png',
},
{
color: '#F73942',
name: 'AppnGO',
image: 'showcase/appngo.png',
android:
'https://play.google.com/store/apps/details?id=com.helsedesign.appngo',
ios: 'https://itunes.apple.com/us/app/appngo/id1439585129',
},
];

export default class Showcase extends React.Component<{}> {
Expand Down

0 comments on commit 13d51c0

Please sign in to comment.