Skip to content

Commit dde96ec

Browse files
committed
docs: add TracksNZ into Showcase
1 parent 80730d9 commit dde96ec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/assets/showcase/tracksnz.png

627 KB
Loading

docs/pages/src/Showcase.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ const data: Data[] = [
5858
image: 'showcase/unicore.png',
5959
android: 'https://play.google.com/store/apps/details?id=com.atude.mywam',
6060
},
61+
{
62+
color: '#19402E',
63+
name: 'TracksNZ',
64+
image: 'showcase/tracksnz.png',
65+
android: 'https://play.google.com/store/apps/details?id=in.micy.tracksnz',
66+
ios: 'https://apps.apple.com/nz/app/tracks-nz/id1488245855',
67+
},
6168
];
6269

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

0 commit comments

Comments
 (0)