From 870185001d00a7c899d098f4f9032b7b8ea31dd9 Mon Sep 17 00:00:00 2001
From: Atharva
Date: Sun, 23 Feb 2025 10:26:41 +0530
Subject: [PATCH] Fix:Changed user profile
---
Frontend/src/pages/UserPanel/MainUserPanel.jsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Frontend/src/pages/UserPanel/MainUserPanel.jsx b/Frontend/src/pages/UserPanel/MainUserPanel.jsx
index c88d34d..e35a7da 100644
--- a/Frontend/src/pages/UserPanel/MainUserPanel.jsx
+++ b/Frontend/src/pages/UserPanel/MainUserPanel.jsx
@@ -238,8 +238,7 @@ const MainUserPanel = () => {
Join on {user.createdAt && user.createdAt.substring(0, 10)}
- {user.description == null &&
- "I am a Senior Software Engineer at Google and also mentored 50+ students to get their dream job."}
+ {user.address == null && "Maharashtra, Pune"}