diff --git a/src/lib/Projects.ts b/src/lib/Projects.ts
index b257c95..6a8cae4 100644
--- a/src/lib/Projects.ts
+++ b/src/lib/Projects.ts
@@ -14,7 +14,7 @@ const projects = [
{
"name": "AnimeWorld",
"stack": ["Symfony 6", "PHP", "Nginx"],
- "description": "University group project made in for a class. I also took the initiative to deploy the website on my VPS.",
+ "description": "University group project made for Web Server Programming class. I also took the initiative to deploy the website on my VPS.",
"url": "https://github.com/luxray555/projetsymfony"
},
{
diff --git a/src/lib/components/Project.svelte b/src/lib/components/Project.svelte
index bbfdb26..5341111 100644
--- a/src/lib/components/Project.svelte
+++ b/src/lib/components/Project.svelte
@@ -1,8 +1,8 @@
-