Skip to content

Commit 4bf2a78

Browse files
authored
Added Mail-Dev to showcase. (tauri-apps#260)
* Added Mail-Dev to showcase, translate "en", icon and screenshot! * renamed icon.png to logo.png
1 parent cb0931c commit 4bf2a78

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
@@ -59,6 +59,12 @@ const projects = [
5959
link: 'https://github.com/Levminer/authme-lite',
6060
screenshots: ['0.png'].map((image) => imgPath + 'authme-lite/' + image),
6161
},
62+
{
63+
title: 'Mail-Dev',
64+
image: imgPath + 'mail-dev/logo.png',
65+
link: 'https://github.com/samirdjelal/mail-dev/',
66+
screenshots: ['0.png'].map((image) => imgPath + 'mail-dev/' + image),
67+
},
6268
]
6369

6470
const customStyles = {

static/img/showcase/mail-dev/0.png

221 KB
Loading
39.8 KB
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@
284284
},
285285
{
286286
"description": "A lite and simple two-factor authentication app for desktop."
287+
},
288+
{
289+
"description": "Local SMTP Server For Email Testing/Debugging."
287290
}
288291
],
289292
"yourProject": "Your project",

0 commit comments

Comments
 (0)