diff --git a/src/App.tsx b/src/App.tsx index 189a38c..7d0598d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1238,6 +1238,17 @@ const miniProjects: MiniProject[] = [ content: "Experimental. PRs are welcome to improve stability and features.", }, + }, + { + title: "Clipboard on the GO😉", + description: "A simple clipboard sync service written in Go,", + why: "Windows sync was unreliable as hell", + github: "https://gitea.reversed.dev/space/clipboard-on-the-go", + image: "https://shx.reversed.dev/u/fnHPKP.png", + note: { + color: "blue", + content: "Requires Go to be installed; Docs are in windows only for now. Linux is probably still supported though.", + } } ];