Skip to content

Commit b314a4d

Browse files
authored
Add Xplorer to showcase (tauri-apps#298)
1 parent b45e070 commit b314a4d

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ const projects = [
8383
link: 'https://github.com/bangnokia/tinker2/',
8484
screenshots: ['0.png'].map((image) => imgPath + 'tinker2/' + image),
8585
},
86+
{
87+
title: 'Xplorer',
88+
image: imgPath + 'xplorer/logo.png',
89+
link: 'https://github.com/kimlimjustin/xplorer/',
90+
screenshots: ['0.png'].map((image) => imgPath + 'xplorer/' + image),
91+
},
8692
]
8793

8894
const customStyles = {

static/img/showcase/xplorer/0.png

254 KB
Loading
170 KB
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@
296296
},
297297
{
298298
"description": "REPL desktop app tinker with your PHP applications without touching source code."
299+
},
300+
{
301+
"description": "A customizable and modern file manager"
299302
}
300303
],
301304
"yourProject": "Your project",

0 commit comments

Comments
 (0)