From cf101d65a727bbaf294956818d4a6c80f3aaeee1 Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou <38989045+NabilOuldHamou@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:04:27 +0100 Subject: [PATCH] Update Projects.ts --- src/lib/Projects.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/Projects.ts b/src/lib/Projects.ts index 6a8cae4..82bc589 100644 --- a/src/lib/Projects.ts +++ b/src/lib/Projects.ts @@ -14,15 +14,15 @@ const projects = [ { "name": "AnimeWorld", "stack": ["Symfony 6", "PHP", "Nginx"], - "description": "University group project made for Web Server Programming class. I also took the initiative to deploy the website on my VPS.", + "description": "University group project for the Web Server Programming class. I took the initiative to deploy the website on my VPS.", "url": "https://github.com/luxray555/projetsymfony" }, { "name": "EMG reader", "stack": ["C", "Arduino"], - "description": "EMG reader for a friend in Biomedical Masters. The source code is closed source.", - "url": "#" + "description": "EMG reader for a friend in Biomedical Masters. The source code is private.", + "url": "" } ] -export default projects; \ No newline at end of file +export default projects;