We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80730d9 commit dde96ecCopy full SHA for dde96ec
docs/assets/showcase/tracksnz.png
627 KB
docs/pages/src/Showcase.js
@@ -58,6 +58,13 @@ const data: Data[] = [
58
image: 'showcase/unicore.png',
59
android: 'https://play.google.com/store/apps/details?id=com.atude.mywam',
60
},
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
+ },
68
];
69
70
export default class Showcase extends React.Component<{}> {
0 commit comments