link to projectMembers

This commit is contained in:
pavel Hamawand 2024-03-16 17:48:23 +01:00
parent e837f6e746
commit 49305d507f

View file

@ -12,12 +12,16 @@ function PMProjectPage(): JSX.Element {
Your Time Reports Your Time Reports
</h1> </h1>
</Link> </Link>
<h1 className="font-bold underline text-[30px] cursor-pointer"> <Link to="/new-time-report">
New Time Report <h1 className="font-bold underline text-[30px] cursor-pointer">
</h1> New Time Report
<h1 className="font-bold underline text-[30px] cursor-pointer"> </h1>
Statistics </Link>
</h1> <Link to="/project-members">
<h1 className="font-bold underline text-[30px] cursor-pointer">
Statistics
</h1>
</Link>
<Link to="/PM-unsigned-reports"> <Link to="/PM-unsigned-reports">
<h1 className="font-bold underline text-[30px] cursor-pointer"> <h1 className="font-bold underline text-[30px] cursor-pointer">
Unsigned Time Reports Unsigned Time Reports