From 8eb7150197d5793c233f8b35175b045c100fe4f7 Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar Date: Tue, 14 Nov 2023 12:17:44 +0530 Subject: [PATCH] feat: added sign out button, better buttons, and better error --- src/pages/MentorDashboard.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/MentorDashboard.tsx b/src/pages/MentorDashboard.tsx index dfdb4980..91b2babc 100644 --- a/src/pages/MentorDashboard.tsx +++ b/src/pages/MentorDashboard.tsx @@ -58,12 +58,15 @@ function MentorDashboard() { src={`https://github.com/${authContext.userData.username}.png`} /> +

{authContext.userData.name} (@{authContext.userData.username})

-

- Edit -

+ +
+ Edit Info + +
@@ -86,7 +89,7 @@ function MentorDashboard() {
) : ( - error +

{error}

)}