Index: client/src/Dashboard/components/ManageChallenges.jsx
===================================================================
--- client/src/Dashboard/components/ManageChallenges.jsx	(revision f8d8c7f9fc257803f2587791a75fade17bb8194f)
+++ client/src/Dashboard/components/ManageChallenges.jsx	(revision d373f26a175c95cb61851e0e869648877b97373d)
@@ -403,5 +403,5 @@
       {modal.isOpen && (
         <div
-          className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50 backdrop-blur-sm p-4"
+          className="fixed inset-0 z-50 flex items-center justify-center  bg-opacity-50 backdrop-blur-sm p-4"
           aria-labelledby="modal-title"
           role="dialog"
Index: client/src/Dashboard/components/Navbar.jsx
===================================================================
--- client/src/Dashboard/components/Navbar.jsx	(revision f8d8c7f9fc257803f2587791a75fade17bb8194f)
+++ client/src/Dashboard/components/Navbar.jsx	(revision d373f26a175c95cb61851e0e869648877b97373d)
@@ -279,7 +279,7 @@
 
       {/* Sidebar Footer */}
-      <div className="p-4 border-t border-base-content/10">
+      <div className="p-4 border-t border-base-content/10 ">
         <button
-          className={`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors w-full ${
+          className={`flex items-center gap-3 px-4 py-3  cursor-pointer rounded-lg transition-colors w-full ${
             isActive("/dashboard/profile")
               ? "bg-[#FFB800] text-black"
@@ -293,5 +293,5 @@
             className="w-10 h-10 rounded-full border-2 border-base-content/10 shrink-0"
           />
-          <div className="flex flex-col items-start">
+          <div className="flex flex-col items-start ">
             <span className="font-medium text-left">
               {user && user.username}
