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
</h1>
</Link>
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample2
</h1>
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample3
</h1>
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample4
</h1>
<Link to="/project">
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample2
</h1>
</Link>
<Link to="/project">
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample3
</h1>
</Link>
<Link to="/project">
<h1 className="underline text-[24px] cursor-pointer font-bold">
ProjectNameExample4
</h1>
</Link>
</div>
</>
);