We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09013 commit b12c6e8Copy full SHA for b12c6e8
apps/web/src/components/landing-sections/navbar.tsx
@@ -79,7 +79,7 @@ const Navbar = () => {
79
</div>
80
81
{/* 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">
+ <div className="hidden md:flex items-center gap-3 tracking-tight text-sm lg:text-base xl:text-lg font-light text-text-tertiary">
83
{links.map((link, index) => {
84
const isActive = pathname === link.href;
85
return (
0 commit comments