cool update
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { FaGithub, FaLinkedinIn } from 'react-icons/fa6'
|
||||
import { SiTryhackme } from 'react-icons/si'
|
||||
|
||||
export const SITE_SOCIAL = [
|
||||
{
|
||||
label: 'LinkedIn',
|
||||
href: 'https://www.linkedin.com/',
|
||||
Icon: FaLinkedinIn,
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/',
|
||||
Icon: FaGithub,
|
||||
},
|
||||
{
|
||||
label: 'TryHackMe',
|
||||
href: 'https://tryhackme.com/',
|
||||
Icon: SiTryhackme,
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user