From 54831798d0c100c213a4b96bd2a22f7f99481d92 Mon Sep 17 00:00:00 2001 From: Bayda77 Date: Mon, 12 Jan 2026 18:17:27 -0600 Subject: [PATCH] fixed project --- src/pages/Projects.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Projects.tsx b/src/pages/Projects.tsx index 3732e50..c5f750b 100644 --- a/src/pages/Projects.tsx +++ b/src/pages/Projects.tsx @@ -8,7 +8,7 @@ const FEATURED_PROJECTS: Project[] = [ id: 1, title: "Digital Resume", description: "A fully responsive, glassmorphic portfolio site built to showcase my skills and experience. Features animated page transitions, typing effects, and a dynamic map component.", - techStack: ["React", "TypeScript", "Framer Motion", "Vite"], + techStack: ["React", "TypeScript", "Framer Motion", "@react-google-maps/api", "nginx", "docker"], image: "/digitCode.jpg", links: { repo: "https://github.com/Bayda77/resume-site",