links to all projects
This commit is contained in:
parent
92cf36d178
commit
ef28e1743e
1 changed files with 15 additions and 9 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue