We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b4235 commit b205bc7Copy full SHA for b205bc7
1 file changed
src/components/Navbar.astro
@@ -18,7 +18,7 @@ const navLinks = [
18
</div>
19
20
<div class="navbar-center hidden lg:flex">
21
- <ul class="menu menu-horizontal px-1">
+ <ul class="menu menu-horizontal px-1 gap-1">
22
{navLinks.map((link) => (
23
<li>
24
<a href={link.href} class:list={[currentPath === link.href || currentPath === `${link.href}/` || currentPath.startsWith(link.href + '/') ? 'menu-active' : null]}>
0 commit comments