logged information removed
This commit was merged in pull request #346.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user