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;