Skip to content

Commit

Permalink
added social-links
Browse files Browse the repository at this point in the history
  • Loading branch information
its-harshitgoel committed Jun 2, 2024
1 parent d32f4c3 commit a039ab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ export const INFO_DATA = [
];

export const SOCIAL_MEDIA_LINKS = [
{ name: 'Leetcode', link: 'https://www.leetcode.com/', icon: <SiLeetcode/> },
{ name: 'Twitter', link: 'https://www.twitter.com/', icon: <RiTwitterXFill/> },
{ name: 'Instagram', link: 'https://www.instagraSiLinkedinm.com/', icon: <SiInstagram/> },
{ name: 'Github', link: 'https://www.github.com/', icon: <FaGithub/> },
{ name: 'YouTube', link: 'https://www.youtube.com/', icon: <SiYoutube/> },
{ name: 'LinkedIn', link: 'https://www.linkedin.com/', icon: <RiLinkedinBoxFill/> }
{ name: 'Leetcode', link: 'https://leetcode.com/u/hashitgoel/', icon: <SiLeetcode/> },
{ name: 'Twitter', link: 'https://x.com/_chuckheaded', icon: <RiTwitterXFill/> },
{ name: 'Instagram', link: 'https://www.instagram.com/chuckheaded/', icon: <SiInstagram/> },
{ name: 'Github', link: 'https://github.com/its-harshitgoel', icon: <FaGithub/> },
{ name: 'YouTube', link: 'https://www.youtube.com/@harshitgoel7', icon: <SiYoutube/> },
{ name: 'LinkedIn', link: 'https://www.linkedin.com/in/its-harshit-goel/', icon: <RiLinkedinBoxFill/> }
];

0 comments on commit a039ab8

Please sign in to comment.