Update link to time reports in UserProjectPage

This commit is contained in:
Davenludd 2024-03-19 11:10:02 +01:00
parent 7fd128e1f3
commit 03819aff44

View file

@ -9,7 +9,7 @@ function UserProjectPage(): JSX.Element {
<>
<h1 className="font-bold text-[40px] mb-[20px]">{projectName}</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-[10vh] p-[30px]">
<Link to={`/projectPage/${projectName}`}>
<Link to={`/timeReports/${projectName}/`}>
<h1 className="font-bold underline text-[30px] cursor-pointer">
Your Time Reports
</h1>