From b6a449bf509c2fbe4ed210faeeb805aaf502093e Mon Sep 17 00:00:00 2001 From: "Sanidhya Kr. Verma" Date: Sun, 1 Oct 2023 13:51:54 +0530 Subject: [PATCH] Source code link updated --- src/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.js b/src/constants/index.js index 184800c..d922696 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -48,7 +48,7 @@ export const navLinks = [ { id: "source-code", title: "Source Code", - link: "http://www.github.com/Technical-Shubham-tech/3d-portfolio/", + link: "http://www.github.com/sanidhyy/3d-portfolio/", }, ];