From 6185b412a4c12ab041ad87faf372e7793a34927b Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 27 Apr 2022 17:10:26 +0200 Subject: Fix PCD-1 --- data/projects.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data/projects.json') diff --git a/data/projects.json b/data/projects.json index bf9b365..c15b6e2 100755 --- a/data/projects.json +++ b/data/projects.json @@ -19,5 +19,12 @@ "icon": "about:blank", "source": "https:\/\/gitlab.minteck.org\/minteck\/kartik-client", "showcase": true + }, + { + "name": "Test", + "description": "Test", + "icon": "about:blank", + "source": "https:\/\/example.com", + "showcase": false } ] \ No newline at end of file -- cgit