Skip to content

Commit 2273057

Browse files
authored
Add Commandos to showcase (tauri-apps#277)
1 parent c9d89d4 commit 2273057

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ const projects = [
6565
link: 'https://github.com/samirdjelal/mail-dev/',
6666
screenshots: ['0.png'].map((image) => imgPath + 'mail-dev/' + image),
6767
},
68+
{
69+
title: 'Commandos',
70+
image: imgPath + 'commandos/logo.png',
71+
link: 'https://github.com/Commandos-app/Commandos/',
72+
screenshots: ['0.png'].map((image) => imgPath + 'commandos/' + image),
73+
},
6874
]
6975

7076
const customStyles = {
59.3 KB
Loading
83.5 KB
Loading

translations/en.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,10 @@
287287
},
288288
{
289289
"description": "Local SMTP Server For Email Testing/Debugging."
290-
}
290+
},
291+
{
292+
"description": "Open Source Git Client."
293+
}
291294
],
292295
"yourProject": "Your project",
293296
"addIt": "Add it!"
@@ -319,4 +322,4 @@
319322
"discover": "Discover",
320323
"contribute": "Contribute"
321324
}
322-
}
325+
}

0 commit comments

Comments
 (0)