From 38b167afb776d4ab7db78d1c8e2d39febd37b46e Mon Sep 17 00:00:00 2001 From: Suvansh <36293610+suvnshr@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:36:52 +0530 Subject: [PATCH] fix(social): Remove twitter social link --- data/profileData.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/profileData.js b/data/profileData.js index 7258c2a..152e031 100644 --- a/data/profileData.js +++ b/data/profileData.js @@ -38,10 +38,10 @@ const profileData = { icon: , link: "https://medium.com/@suvnshr", }, - { - icon: , - link: "https://twitter.com/@suvnshr", - }, + // { + // icon: , + // link: "https://twitter.com/@suvnshr", + // }, ], };