Fix:Changed user profile
This commit is contained in:
@@ -238,8 +238,7 @@ const MainUserPanel = () => {
|
|||||||
Join on {user.createdAt && user.createdAt.substring(0, 10)}
|
Join on {user.createdAt && user.createdAt.substring(0, 10)}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-gray-500 text-sm mt-2">
|
<p className="text-gray-500 text-sm mt-2">
|
||||||
{user.description == null &&
|
{user.address == null && "Maharashtra, Pune"}
|
||||||
"I am a Senior Software Engineer at Google and also mentored 50+ students to get their dream job."}
|
|
||||||
</p>
|
</p>
|
||||||
<div className="flex justify-center mt-4">
|
<div className="flex justify-center mt-4">
|
||||||
<button className="bg-gray-300 hover:bg-gray-400 text-gray-700 font-bold py-2 px-4 rounded mr-2">
|
<button className="bg-gray-300 hover:bg-gray-400 text-gray-700 font-bold py-2 px-4 rounded mr-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user