Skip to content

Commit 58e9bed

Browse files
author
Mitchell Stanley
committed
add images and description
1 parent 0218ff0 commit 58e9bed

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/pages/showcase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ const projects = [
109109
},
110110
{
111111
title: 'Rsyncinator',
112-
image: imgPath + 'rsyncinator/logo.svg',
112+
image: imgPath + 'rsyncinator/logo.png',
113113
link: 'https://github.com/snipline/rsyncinator-desktop',
114-
screenshots: ['0.png'].map((image) => imgPath + 'rsyncinator/' + image)
114+
screenshots: ['0.png'].map((image) => imgPath + 'rsyncinator/' + image),
115115
}
116116
]
117117

357 KB
Loading
58.6 KB
Loading

translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@
308308
},
309309
{
310310
"description": "The Best Surprise Redis Desktop Client. Powered by Rust and Tauri."
311+
},
312+
{
313+
"description": "An open source and multi-platform app for generating rsync commands to use in your terminal."
311314
}
312315
],
313316
"yourProject": "Your project",

0 commit comments

Comments
 (0)