Skip to content

Commit b12c6e8

Browse files
committed
fix: fixed gap in nav link in the navbar
1 parent 4c09013 commit b12c6e8

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/components/landing-sections

1 file changed

+1
-1
lines changed

apps/web/src/components/landing-sections/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Navbar = () => {
7979
</div>
8080
</div>
8181
{/* links to be rendered */}
82-
<div className="hidden md:flex items-center gap-5 tracking-tight text-sm lg:text-base xl:text-lg font-light text-text-tertiary">
82+
<div className="hidden md:flex items-center gap-3 tracking-tight text-sm lg:text-base xl:text-lg font-light text-text-tertiary">
8383
{links.map((link, index) => {
8484
const isActive = pathname === link.href;
8585
return (

0 commit comments

Comments
 (0)