Skip to content

Commit 9c1d2be

Browse files
authored
Add "BS Redis Desktop Client" to showcase (tauri-apps#302)
1 parent 8a5e784 commit 9c1d2be

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ const projects = [
101101
link: 'https://github.com/probablykasper/mr-tagger',
102102
screenshots: ['0.png'].map((image) => imgPath + 'mr-tagger/' + image),
103103
},
104+
{
105+
title: 'BS Redis Desktop Client',
106+
image: imgPath + 'bs-redis/logo.svg',
107+
link: 'https://bs.echosocket.com/',
108+
screenshots: ['0.png'].map((image) => imgPath + 'bs-redis/' + image)
109+
}
104110
]
105111

106112
const customStyles = {

static/img/showcase/bs-redis/0.png

28.7 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@
305305
},
306306
{
307307
"description": "Music file tagging app."
308+
},
309+
{
310+
"description": "The Best Surprise Redis Desktop Client. Powered by Rust and Tauri."
308311
}
309312
],
310313
"yourProject": "Your project",

0 commit comments

Comments
 (0)