Update link to time reports in UserProjectPage
This commit is contained in:
parent
7fd128e1f3
commit
03819aff44
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue