Small additional changes to YourProjectsPage
This commit is contained in:
parent
7879394da3
commit
42a0745102
1 changed files with 4 additions and 4 deletions
|
@ -8,11 +8,11 @@ function YourProjectsPage() {
|
|||
<h1 className="font-bold text-[30px] mb-[20px]">Your Projects</h1>
|
||||
<div className="border-4 border-black bg-white flex flex-col items-center justify-between min-h-[65vh] h-fit w-[50vw] rounded-3xl content-center overflow-scroll space-y-[10px] p-[30px]">
|
||||
<Link to="/project">
|
||||
<h1 className="underline text-[24px] cursor-pointer">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer font-bold">ProjectNameExample</h1>
|
||||
</Link>
|
||||
<h1 className="underline text-[24px] cursor-pointer">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer font-bold">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer font-bold">ProjectNameExample</h1>
|
||||
<h1 className="underline text-[24px] cursor-pointer font-bold">ProjectNameExample</h1>
|
||||
</div>
|
||||
</>
|
||||
|
||||
|
|
Loading…
Reference in a new issue