Skip to content

Commit a488d69

Browse files
docs: Add Groovy to Showcase (#2871)
1 parent e2bd58b commit a488d69

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/assets/showcase/groovy.png

144 KB
Loading

docs/pages/src/Showcase.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ const data: Data[] = [
112112
android:
113113
'https://play.google.com/store/apps/details?id=com.frederictech.zoomapto',
114114
},
115+
{
116+
color: '#1DE9B6',
117+
name: 'Groovy - Build Habits Together',
118+
image: 'showcase/groovy.png',
119+
ios: 'https://apps.apple.com/us/app/groovy-set-your-goals/id1562352498',
120+
android:
121+
'https://play.google.com/store/apps/details?id=com.gabrieldierks.groovy',
122+
},
115123
];
116124

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

0 commit comments

Comments
 (0)