11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
---
|
|
import Link from "./Link.astro";
|
|
---
|
|
|
|
<header>
|
|
<nav class="flex flex-row items-center space-x-4">
|
|
<p class="font-bold text-lg">kennethnym</p>
|
|
<Link href="/">home</Link>
|
|
</nav>
|
|
</header>
|