Skip to content

Commit

Permalink
fix(social): Remove twitter social link
Browse files Browse the repository at this point in the history
  • Loading branch information
suvnshr committed Jun 30, 2024
1 parent bcba4a4 commit 38b167a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/profileData.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const profileData = {
icon: <FaMedium size="28px" />,
link: "https://medium.com/@suvnshr",
},
{
icon: <FaTwitter size="28px" />,
link: "https://twitter.com/@suvnshr",
},
// {
// icon: <FaTwitter size="28px" />,
// link: "https://twitter.com/@suvnshr",
// },
],
};

Expand Down

0 comments on commit 38b167a

Please sign in to comment.