From f160eaadac11b4d624bb803f15e6a8bf5b3e627b Mon Sep 17 00:00:00 2001 From: rathi Date: Wed, 20 Nov 2024 20:13:40 -0500 Subject: [PATCH] added link to website for habit tracker --- src/components/Projects.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Projects.jsx b/src/components/Projects.jsx index c79bc9e..d46cf85 100644 --- a/src/components/Projects.jsx +++ b/src/components/Projects.jsx @@ -71,7 +71,7 @@ const Projects = () => { "Optimized front-end performance with TypeScript and Vite, reducing build times and runtime errors" ], github: "https://github.com/harivansh-afk/Habit-Tracker", - demo: "#" // Replace with actual demo link + demo: "https://habit-tracker-nine-zeta.vercel.app/" } ]; @@ -84,7 +84,7 @@ const Projects = () => { > Projects and Research Work - +
{projects.map((project, index) => (