links to all projects

This commit is contained in:
pavel Hamawand 2024-03-15 02:03:22 +01:00
parent 92cf36d178
commit ef28e1743e

View file

@ -11,15 +11,21 @@ function YourProjectsPage(): JSX.Element {
ProjectNameExample ProjectNameExample
</h1> </h1>
</Link> </Link>
<h1 className="underline text-[24px] cursor-pointer font-bold"> <Link to="/project">
ProjectNameExample2 <h1 className="underline text-[24px] cursor-pointer font-bold">
</h1> ProjectNameExample2
<h1 className="underline text-[24px] cursor-pointer font-bold"> </h1>
ProjectNameExample3 </Link>
</h1> <Link to="/project">
<h1 className="underline text-[24px] cursor-pointer font-bold"> <h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample4 ProjectNameExample3
</h1> </h1>
</Link>
<Link to="/project">
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample4
</h1>
</Link>
</div> </div>
</> </>
); );