From 8990e13674a5719c8e8c7eaca08e7ef52916a14b Mon Sep 17 00:00:00 2001 From: mertbagt Date: Tue, 14 Jul 2026 20:40:04 -0400 Subject: [PATCH] fix org socials --- components/EditProfilePage/PersonalInfoTab.tsx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/components/EditProfilePage/PersonalInfoTab.tsx b/components/EditProfilePage/PersonalInfoTab.tsx index b6d70364c..3e4574943 100644 --- a/components/EditProfilePage/PersonalInfoTab.tsx +++ b/components/EditProfilePage/PersonalInfoTab.tsx @@ -197,30 +197,16 @@ export function PersonalInfoTab({ label={t("socialLinks.instagram")} defaultValue={social?.instagram} className="col-sm-12 col-md-6 mb-1" - iconSrc="./instagram.svg" + iconSrc="/instagram.svg" {...register("instagram")} /> - - )}