Skip to content

Commit 3c80798

Browse files
samirdjelalLaegel
andauthored
adding a showcase item. (tauri-apps#75)
* adding a showcase item. * Update src/pages/showcase.js Co-authored-by: Laegel <[email protected]> Co-authored-by: Laegel <[email protected]>
1 parent f5f5016 commit 3c80798

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
@@ -24,6 +24,13 @@ const projects = [
2424
description: 'A free, tiny, simple, beautiful and useful app to do a lucky draw or make a roll call.',
2525
screenshots: ['0.png'].map((image) => imgPath + 'lucky-you/' + image),
2626
},
27+
{
28+
title: 'Bidirectional',
29+
image: imgPath + 'bidirectional/logo.png',
30+
link: 'https://github.com/samirdjelal/bidirectional/',
31+
description: "Write Arabic text on apps that don't support bidirectional text.",
32+
screenshots: ['0.png'].map((image) => imgPath + 'bidirectional/' + image),
33+
},
2734
]
2835

2936
const customStyles = {
384 KB
Loading
66.2 KB
Loading

0 commit comments

Comments
 (0)