add link names

This commit is contained in:
DerTyp7
2023-10-10 15:55:19 +02:00
parent 7a4f30a1c9
commit 0a3c1e46a3

View File

@@ -8,10 +8,10 @@ export default function Header() {
<h1>Meister</h1>
</div>
<div className="links">
<a href="">Link1</a>
<a href="">Link2</a>
<a href="">Link3</a>
<a href="">Link4</a>
<a href="">About</a>
<a href="">Skills</a>
<a href="">Projects</a>
<a href="">Contact</a>
</div>
<div className="control">
<ThemeSwitch />