Skip to content

Commit 85d679e

Browse files
authored
docs: Add Clutch to showcase (#2986)
1 parent b545cdc commit 85d679e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/assets/showcase/clutch.png

159 KB
Loading

docs/pages/src/Showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ const data: Data[] = [
128128
android:
129129
'https://play.google.com/store/apps/details?id=com.vibemap.hotspots',
130130
},
131+
{
132+
color: '#6200EE',
133+
name: 'Clutch - Transmission Remote',
134+
image: 'showcase/clutch.png',
135+
android: 'https://play.google.com/store/apps/details?id=eu.tmdpw.clutch',
136+
},
131137
];
132138

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

0 commit comments

Comments
 (0)