Skip to content

Commit 0f49cf7

Browse files
authored
add authme lite to the showcase (tauri-apps#250)
* Add Authme Lite to the showcase * Add Authme Lite images * Add Authme Lite description
1 parent df6f4c0 commit 0f49cf7

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
@@ -53,6 +53,12 @@ const projects = [
5353
link: 'https://github.com/kickstartcoding/debug_trainer_app',
5454
screenshots: ['0.png'].map((image) => imgPath + 'debug-trainer/' + image),
5555
},
56+
{
57+
title: 'Authme Lite',
58+
image: imgPath + 'authme-lite/logo.png',
59+
link: 'https://github.com/Levminer/authme-lite',
60+
screenshots: ['0.png'].map((image) => imgPath + 'authme-lite/' + image),
61+
},
5662
]
5763

5864
const customStyles = {
75.4 KB
Loading
12.2 KB
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@
281281
},
282282
{
283283
"description": "Reversably introduce bugs into your code so that you can safely practice debugging."
284+
},
285+
{
286+
"description": "A lite and simple two-factor authentication app for desktop."
284287
}
285288
],
286289
"yourProject": "Your project",

0 commit comments

Comments
 (0)