Additional minor fix
This commit is contained in:
parent
05b9740c36
commit
dc6ce4b725
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ function PMProjectPage(): JSX.Element {
|
|||
|
||||
const content = (
|
||||
<>
|
||||
<h1 className="font-bold text-[30px] mb-[20px]">ProjectNameExample</h1>
|
||||
<h1 className="font-bold text-[30px] 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-[5vh] p-[30px]">
|
||||
<Link to={`/timeReports/${projectName}/`}>
|
||||
<h1 className="font-bold underline text-[30px] cursor-pointer">
|
||||
|
|
Loading…
Reference in a new issue