File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
static/img/showcase/bs-redis Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
106112const customStyles = {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments