-+
-
-\ No newline at end of file
diff --git a/.idea/shelf/Uncommitted_changes_before_Update_at_5_16_24__8_59_AM__Changes_.xml b/.idea/shelf/Uncommitted_changes_before_Update_at_5_16_24__8_59_AM__Changes_.xml
deleted file mode 100644
index 25c65de..0000000
--- a/.idea/shelf/Uncommitted_changes_before_Update_at_5_16_24__8_59_AM__Changes_.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6dac8e2..6bcfea8 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,14 +5,11 @@
-
-
-
-
+
+
-
-
+
@@ -90,7 +87,7 @@
-
+
@@ -124,7 +121,15 @@
1716301028386
-
+
+
+ 1716390196148
+
+
+
+ 1716390196148
+
+
@@ -135,6 +140,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
index 59e9e1c..6d7d35c 100644
--- a/src/app/profile/page.tsx
+++ b/src/app/profile/page.tsx
@@ -41,7 +41,7 @@ export default function ProfilePage() {
if (httpError) {
return (
-
+
+
);
diff --git a/src/components/profile.tsx b/src/components/profile.tsx
index 3f13c5b..f323112 100644
--- a/src/components/profile.tsx
+++ b/src/components/profile.tsx
@@ -1,26 +1,56 @@
'use client'
import {IUserDataProfile} from "@/types/userdata.type";
+import Link from "next/link";
+import {SendHorizontal} from "lucide-react";
+import {Button} from "@/components/ui/button";
export function Profile({asAdmin, userData}: {asAdmin?: boolean, userData: IUserDataProfile}) {
return (
-