This commit is contained in:
gpatruno
2026-04-20 02:30:23 +02:00
parent cb8e1cc25d
commit 3fd335935f
+3 -3
View File
@@ -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,
},
]