From 3fd335935f1ce88c0d24ce9da14fcf8fac22a609 Mon Sep 17 00:00:00 2001 From: gpatruno Date: Mon, 20 Apr 2026 02:30:23 +0200 Subject: [PATCH] lien --- src/data/socialLinks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/socialLinks.js b/src/data/socialLinks.js index 4c82d92..a52eb6f 100644 --- a/src/data/socialLinks.js +++ b/src/data/socialLinks.js @@ -4,17 +4,17 @@ import { SiTryhackme } from 'react-icons/si' export const SITE_SOCIAL = [ { label: 'LinkedIn', - href: 'https://www.linkedin.com/', + href: 'https://www.linkedin.com/in/florent-patruno-b4718323a/', Icon: FaLinkedinIn, }, { label: 'GitHub', - href: 'https://github.com/', + href: 'https://github.com/Foufure13', Icon: FaGithub, }, { label: 'TryHackMe', - href: 'https://tryhackme.com/', + href: 'https://tryhackme.com/p/Foufure', Icon: SiTryhackme, }, ]