logged information removed

This commit was merged in pull request #346.
This commit is contained in:
victorAnumudu
2023-07-23 07:18:56 +01:00
parent 31297efb5b
commit 187ac61396
2 changed files with 5 additions and 5 deletions
+5 -4
View File
@@ -315,16 +315,17 @@ export default function Header({ logoutModalHandler, sidebarHandler }) {
</ul>
<div className="add-money-btn flex justify-center items-center">
{/* <Link
<Link
to="/notification"
className="text-purple text-sm font-medium"
onClick={handlerNotification}
>
See all Notification
</Link> */}
<button className="text-purple text-sm font-medium" onClick={()=>{
</Link>
{/* <button className="text-purple text-sm font-medium" onClick={()=>{
handlerNotification()
navigate('/notification', {replace: true})
}}>See all Notification</button>
}}>See all Notification</button> */}
</div>
</div>
</div>