Skip to content

Commit 48e4c0e

Browse files
Add Kadium to showcase (tauri-apps#299)
1 parent b314a4d commit 48e4c0e

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ const projects = [
8989
link: 'https://github.com/kimlimjustin/xplorer/',
9090
screenshots: ['0.png'].map((image) => imgPath + 'xplorer/' + image),
9191
},
92+
{
93+
title: 'Kadium',
94+
image: imgPath + 'kadium/logo.svg',
95+
link: 'https://github.com/samirdjelal/mail-dev/',
96+
screenshots: ['0.png'].map((image) => imgPath + 'kadium/' + image),
97+
},
9298
]
9399

94100
const customStyles = {

static/img/showcase/kadium/0.png

284 KB
Loading

static/img/showcase/kadium/logo.svg

Lines changed: 37 additions & 0 deletions
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@
299299
},
300300
{
301301
"description": "A customizable and modern file manager"
302+
},
303+
{
304+
"description": "App for staying ontop of YouTube channel uploads."
302305
}
303306
],
304307
"yourProject": "Your project",

0 commit comments

Comments
 (0)