feat: wrap all links in a nav-element
This commit is contained in:
@@ -40,6 +40,7 @@ import "../styles/global.css";
|
|||||||
<p>A zebra from Germany</p>
|
<p>A zebra from Germany</p>
|
||||||
<p>(Web-)dev by day – furry, gamer and game master by night</p>
|
<p>(Web-)dev by day – furry, gamer and game master by night</p>
|
||||||
</section>
|
</section>
|
||||||
|
<nav>
|
||||||
<ul class="flex flex-col gap-2">
|
<ul class="flex flex-col gap-2">
|
||||||
<li>
|
<li>
|
||||||
<ExternalLink
|
<ExternalLink
|
||||||
@@ -82,6 +83,7 @@ import "../styles/global.css";
|
|||||||
</ExternalLink>
|
</ExternalLink>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</nav>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user