link to projectMembers
This commit is contained in:
parent
e837f6e746
commit
49305d507f
1 changed files with 10 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue