Changed name on exampletext
This commit is contained in:
parent
029fdd85b9
commit
42498ca1c4
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@ function YourProjectsPage(): JSX.Element {
|
||||||
</h1>
|
</h1>
|
||||||
</Link>
|
</Link>
|
||||||
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
||||||
ProjectNameExample
|
ProjectNameExample2
|
||||||
</h1>
|
</h1>
|
||||||
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
||||||
ProjectNameExample
|
ProjectNameExample3
|
||||||
</h1>
|
</h1>
|
||||||
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
<h1 className="underline text-[24px] cursor-pointer font-bold">
|
||||||
ProjectNameExample
|
ProjectNameExample4
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue