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) => (