Skip to content

Commit

Permalink
docs: Add Vibemap to Showcase.js (#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepepple authored Nov 18, 2021
1 parent 8dbbac3 commit b545cdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added docs/assets/showcase/vibemap.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 @@ -120,6 +120,14 @@ const data: Data[] = [
android:
'https://play.google.com/store/apps/details?id=com.gabrieldierks.groovy',
},
{
color: '#673AB7',
name: 'Vibemap - Find Your Vibe',
image: 'showcase/vibemap.png',
ios: 'https://apps.apple.com/us/app/vibemap/id1496385897#?platform=iphone',
android:
'https://play.google.com/store/apps/details?id=com.vibemap.hotspots',
},
];

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

0 comments on commit b545cdc

Please sign in to comment.