link to unsigned reports

This commit is contained in:
pavel Hamawand 2024-03-16 17:25:43 +01:00
parent 554cf9b12e
commit dc84bc997e

View file

@ -1,4 +1,6 @@
import { Link } from "react-router-dom";
import BasicWindow from "../../Components/BasicWindow"; import BasicWindow from "../../Components/BasicWindow";
import { JSX } from "react/jsx-runtime";
function PMProjectPage(): JSX.Element { function PMProjectPage(): JSX.Element {
const content = ( const content = (
@ -14,9 +16,11 @@ function PMProjectPage(): JSX.Element {
<h1 className="font-bold underline text-[30px] cursor-pointer"> <h1 className="font-bold underline text-[30px] cursor-pointer">
Statistics Statistics
</h1> </h1>
<h1 className="font-bold underline text-[30px] cursor-pointer"> <Link to="/PM-unsigned-reports">
Unsigned Time Reports <h1 className="font-bold underline text-[30px] cursor-pointer">
</h1> Unsigned Time Reports
</h1>
</Link>
</div> </div>
</> </>
); );