diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index 773d632..0f7dfe4 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -12,7 +12,6 @@ import Input from "../UI/Input"; import { useDeleteAccountMutation } from "../redux/services/AuthApi"; import LeftSideBar from "../components/shared/LeftSideBar"; import { useTranslation } from "react-i18next"; -import { tab } from "../components/shared/SideBar"; interface Socket { current: any; @@ -176,15 +175,14 @@ const Profile = ({ socket }: { socket: Socket }): JSX.Element => { }; return ( -
+
{/*First column */} -
+
{ className="fixed right-[2rem] -top-16 w-[23%] z-[1] " />
-
+
{image ? ( { className="absolute inset-0 opacity-0 cursor-pointer" onChange={handleUpload} /> - {t("Upload Photo")} + + {t("Upload Photo")} +
- +
+ + +
- +
+ + +
-
+