Fix links in UserProjectPage component

This commit is contained in:
Davenludd 2024-03-18 17:38:45 +01:00
parent 437520183b
commit 531e9a0535

View file

@ -7,12 +7,12 @@ function UserProjectPage(): JSX.Element {
<>
<h1 className="font-bold text-[30px] mb-[20px]">{useLocation().state}</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="/project-page">
<Link to="/projectPage">
<h1 className="font-bold underline text-[30px] cursor-pointer">
Your Time Reports
</h1>
</Link>
<Link to="/new-time-report">
<Link to="/newTimeReport">
<h1 className="font-bold underline text-[30px] cursor-pointer">
New Time Report
</h1>