From 5c37526f79a99d6a1fd1336e81401238cdceb021 Mon Sep 17 00:00:00 2001 From: Daniel9822 Date: Thu, 15 Feb 2024 19:58:19 -0400 Subject: [PATCH] fix: projects url --- src/components/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.js b/src/components/Projects.js index a24f676..68ab68b 100644 --- a/src/components/Projects.js +++ b/src/components/Projects.js @@ -9,7 +9,7 @@ const Projects = () => {

{projects}

{PROJECTS.map(({ id, title, images, description, categories }) => ( -