From b71937435fba3c0223b247c68d1cd2506131fef8 Mon Sep 17 00:00:00 2001 From: Martim Passos <49573683+martimpassos@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:10:14 -0300 Subject: [PATCH] Project images as links --- src/components/ContentBoxProject.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/ContentBoxProject.jsx b/src/components/ContentBoxProject.jsx index 3a8447c..f2f1dff 100644 --- a/src/components/ContentBoxProject.jsx +++ b/src/components/ContentBoxProject.jsx @@ -2,8 +2,10 @@ export default function ContentBoxProject({ logo, img, name, url, description }) return (
- - + Project logo + + Visit the project page +