alt: string
}
@@ -13,13 +20,7 @@ export const LinkIcon = () => {
{linkIconData.map((linkIcon) => (
-
+
))}
@@ -30,19 +31,19 @@ const linkIconData: LinkIconData[] = [
{
id: 0,
href: 'mailto:knu.haedal@gmail.com',
- src: '/asset/icon/Email.svg',
+ icon: EnvelopeClosedIcon,
alt: 'HAEDAL Email Link',
},
{
id: 1,
href: 'https://github.com/KNU-HAEDAL',
- src: '/asset/icon/Github.svg',
+ icon: GitHubLogoIcon,
alt: 'HAEDAL Github Link',
},
{
id: 2,
href: 'https://www.instagram.com/knu.haedal/',
- src: '/asset/icon/Instagram.svg',
+ icon: InstagramLogoIcon,
alt: 'HAEDAL Instagram Link',
},
]