From e66eb1fdc863d5d0e25ffce2f53d43bacdc799fb Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 7 Nov 2022 10:05:12 +0100 Subject: [PATCH] chore: update linkedin link --- app/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 0d2609b..7e4ab18 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -27,7 +27,7 @@ const socials: SocialIconProps[] = [ src: "/assets/email.png", }, { - href: "https://www.linkedin.com/in/andrea-foletto-5457b5187/", + href: "https://www.linkedin.com/in/nullndr/", alt: "Linkedin", src: "/assets/linkedin.png", },