From 4bcc59ea950d6f51873123d570de7a39cbeab1c5 Mon Sep 17 00:00:00 2001 From: Nabil Ould Hamou Date: Fri, 5 Jan 2024 21:57:56 +0100 Subject: [PATCH] fix: faute de frappe et fix de type dans le project component. --- src/lib/Projects.ts | 2 +- src/lib/components/Project.svelte | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@ -