Skip to content

Commit 15a8dbf

Browse files
authored
add new showcase: LuckyYou (tauri-apps#74)
1 parent de1261c commit 15a8dbf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/pages/showcase.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ const projects = [
1212
description: '',
1313
screenshots: ['0.png'].map((image) => imgPath + 'guijs/' + image),
1414
},
15+
{
16+
title: 'LuckyYou',
17+
image: imgPath + 'lucky-you/logo.png',
18+
link: 'https://github.com/jwenjian/lucky-you/',
19+
description: 'A free, tiny, simple, beautiful and useful app to do a lucky draw or make a roll call.',
20+
screenshots: ['0.png'].map((image) => imgPath + 'lucky-you/' + image),
21+
},
1522
]
1623

1724
const customStyles = {
395 KB
Loading
2.36 KB
Loading

0 commit comments

Comments
 (0)