From 6a1f4f5b86a753d48e8a864aff1eb1d7646d9b7f Mon Sep 17 00:00:00 2001 From: rathi Date: Wed, 20 Nov 2024 03:12:52 -0500 Subject: [PATCH] added github link for habit-tracker --- src/components/Projects.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.jsx b/src/components/Projects.jsx index 0d1587f..c79bc9e 100644 --- a/src/components/Projects.jsx +++ b/src/components/Projects.jsx @@ -70,7 +70,7 @@ const Projects = () => { "Designed reusable components and state management, enhancing scalability and maintainability", "Optimized front-end performance with TypeScript and Vite, reducing build times and runtime errors" ], - github: "#", // Replace with actual GitHub link + github: "https://github.com/harivansh-afk/Habit-Tracker", demo: "#" // Replace with actual demo link } ];