From e5ab17477a7ec341de7799e1b7676e7e349cd231 Mon Sep 17 00:00:00 2001 From: Prosper Agwegiokhe <54757652+Phingaz@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:49:24 -0300 Subject: [PATCH] Update constants.ts --- app/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants.ts b/app/constants.ts index 45cf081..359fc4c 100644 --- a/app/constants.ts +++ b/app/constants.ts @@ -96,7 +96,7 @@ export const projects: TProject[] = [ description: "My Portfolio V1 is the initial version of a personal portfolio showcasing my skills, projects, and achievements. It provides an overview of my work, including web development projects, and serves as a hub for connecting with potential clients or collaborators. The design is clean and user-friendly, allowing visitors to easily navigate through various sections like About Me, Projects, and Contact.", image: "/projects/portfolio.png", - link: "https://pii.netlify.app", + link: "https://pii-v1.netlify.app/", linkToGH: "https://github.com/Phingaz/myPortfolio", }, ];