bug fixes. remove builds page for now
CI / deploy (push) Failing after 6s

This commit is contained in:
2026-03-31 14:15:16 -04:00
parent cdb3a8dbb3
commit 1aafd08af0
5 changed files with 13 additions and 907 deletions
+1 -5
View File
@@ -37,11 +37,7 @@ export function Footer() {
Builder
</Link>
</li>
<li>
<Link href="/builds" className={linkClass}>
Community Builds
</Link>
</li>
<li>
<Link href="/vault" className={linkClass}>
My Builds
-1
View File
@@ -64,7 +64,6 @@ export function TopNav() {
<nav className="hidden sm:flex items-center gap-5">
<NavLink href="/builder">Builder</NavLink>
<NavLink href="/guides">Guides</NavLink>
<NavLink href="/builds">Community</NavLink>
</nav>
{/* Right side actions */}