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")}
/>
-
-
>
)}