change password + setting + notification + header

This commit is contained in:
hamid zarghami
2025-07-20 12:59:04 +03:30
parent 4f3976bfe8
commit 1106952e22
12 changed files with 470 additions and 60 deletions
+3 -3
View File
@@ -82,9 +82,9 @@ const Notifications: FC = () => {
<div ref={ref}>
<div onClick={() => setShowModal(!showModal)} className='relative cursor-pointer'>
<Notification size={18} color="black" />
{/* <div className="absolute top-0 right-0 -mt-1 -mr-1 rounded-full bg-red-500 text-white text-[8px] size-3 flex pt-0.5 pl-[1px] justify-center items-center">
{getDashboard.data?.data?.notificationCount}
</div> */}
<div className="absolute top-0 right-0 -mt-1 -mr-1 rounded-full bg-red-500 text-white text-[8px] size-3 flex pt-0.5 pl-[1px] justify-center items-center">
{data?.pages[0]?.data?.notificationCount}
</div>
</div>
{showModal && (