From cac03d4a3fb800c04440dc6cc72cf362e24c51ef Mon Sep 17 00:00:00 2001
From: Mamalizz
Date: Fri, 21 Feb 2025 23:11:55 +0330
Subject: [PATCH] added avatar and link
---
.../components/profile/ProfileSidebar.vue | 20 ++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/frontend/components/profile/ProfileSidebar.vue b/frontend/components/profile/ProfileSidebar.vue
index cd533a3..2908392 100644
--- a/frontend/components/profile/ProfileSidebar.vue
+++ b/frontend/components/profile/ProfileSidebar.vue
@@ -56,13 +56,23 @@ await suspense();
{{ `${account?.first_name} ${account?.last_name}` }}
-
+
-