We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b314a4d commit 48e4c0eCopy full SHA for 48e4c0e
src/pages/showcase.js
@@ -89,6 +89,12 @@ const projects = [
89
link: 'https://github.com/kimlimjustin/xplorer/',
90
screenshots: ['0.png'].map((image) => imgPath + 'xplorer/' + image),
91
},
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
+ },
98
]
99
100
const customStyles = {
static/img/showcase/kadium/0.png
284 KB
static/img/showcase/kadium/logo.svg
translations/en.json
@@ -299,6 +299,9 @@
299
300
{
301
"description": "A customizable and modern file manager"
302
303
304
+ "description": "App for staying ontop of YouTube channel uploads."
305
}
306
],
307
"yourProject": "Your project",
0 commit comments