Skip to content

Commit d61c0f2

Browse files
committed
Add LiftLog to the showcase
1 parent ff0df54 commit d61c0f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/src/components/Showcase.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ const data: Data[] = [
174174
image: '/react-native-paper/showcase/moonmeet.png',
175175
github: 'https://github.com/MoonMeet/MoonMeet-CrossPlatform',
176176
},
177+
{
178+
color: '#dfe4d7',
179+
name: 'LiftLog',
180+
image: '/react-native-paper/showcase/liftlog.png',
181+
github: 'https://github.com/LiamMorrow/LiftLog',
182+
},
177183
];
178184

179185
const getOpacity = (item?: string) => (item ? 1 : 0.4);

docs/static/showcase/liftlog.png

264 KB
Loading

0 commit comments

Comments
 (0)