link to your time Reports

This commit is contained in:
pavel Hamawand 2024-03-16 17:37:09 +01:00
parent a6846ad7a4
commit e837f6e746

View file

@ -7,9 +7,11 @@ function PMProjectPage(): JSX.Element {
<>
<h1 className="font-bold text-[30px] mb-[20px]">ProjectNameExample</h1>
<div className="border-4 border-black bg-white flex flex-col items-center justify-center min-h-[65vh] h-fit w-[50vw] rounded-3xl content-center overflow-scroll space-y-[5vh] p-[30px]">
<h1 className="font-bold underline text-[30px] cursor-pointer">
Your Time Reports
</h1>
<Link to="/project-page">
<h1 className="font-bold underline text-[30px] cursor-pointer">
Your Time Reports
</h1>
</Link>
<h1 className="font-bold underline text-[30px] cursor-pointer">
New Time Report
</h1>