fix: update navigation links and adjust spacing in Header component

This commit is contained in:
fiatcode 2026-01-22 17:53:12 +07:00
parent f4e1539889
commit b7133df5d7

View file

@ -10,10 +10,10 @@ import NavLink from "@/components/NavLink.astro";
</a>
{/* <ThemeToggle /> */}
</div>
<div class="flex gap-4 items-center justify-end">
<div class="flex gap-6 items-center justify-end">
<NavLink href="/posts" ariaLabel="Posts">Posts</NavLink>
<NavLink href="/tags" ariaLabel="Tags">Tags</NavLink>
<NavLink href="/about" ariaLabel="About">About</NavLink>
<NavLink href="/search" ariaLabel="Search">Search</NavLink>
</div>
</nav>
</header>