File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
static/img/showcase/commandos Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
7076const customStyles = {
Original file line number Diff line number Diff line change 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!"
319322 "discover" : " Discover" ,
320323 "contribute" : " Contribute"
321324 }
322- }
325+ }
You can’t perform that action at this time.
0 commit comments