This commit is contained in:
@@ -119,24 +119,15 @@ export function BuilderNav({ activeCategoryId }: BuilderNavProps) {
|
||||
{/* LEFT SIDE: primary nav */}
|
||||
{/* ------------------------------------------------------------------ */}
|
||||
|
||||
<Link
|
||||
href="/builder"
|
||||
className="font-semibold text-neutral-100 hover:text-white tracking-[0.25em] uppercase text-[11px]"
|
||||
>
|
||||
Builder
|
||||
</Link>
|
||||
{/* Section label — makes the catalog bar purpose unmistakable */}
|
||||
<span className="text-[9px] font-bold tracking-[0.2em] uppercase text-zinc-600 select-none pr-3 border-r border-zinc-800">
|
||||
Parts
|
||||
</span>
|
||||
|
||||
{renderDropdown("Lower Parts", lower)}
|
||||
{renderDropdown("Upper Parts", upper)}
|
||||
{renderDropdown("Accessories", accessories)}
|
||||
|
||||
<Link
|
||||
href="/builds"
|
||||
className="font-medium text-neutral-300 hover:text-white tracking-[0.25em] uppercase text-[11px]"
|
||||
>
|
||||
Builds
|
||||
</Link>
|
||||
|
||||
{/* ------------------------------------------------------------------ */}
|
||||
{/* RIGHT SIDE: actions + state */}
|
||||
{/* IMPORTANT: this is the ONLY `ml-auto` in the nav to avoid conflicts */}
|
||||
|
||||
Reference in New Issue
Block a user