diff --git a/app/(app)/(builder)/builder/page.tsx b/app/(app)/(builder)/builder/page.tsx index f119f43..36d745b 100644 --- a/app/(app)/(builder)/builder/page.tsx +++ b/app/(app)/(builder)/builder/page.tsx @@ -1195,53 +1195,64 @@ function GunbuilderPageContent() {
- BATTL BUILDERS -
-- Explore components from trusted brands, choose one part per - category, track live prices, and watch your total build cost - update as you go. This early-access builder keeps your setup saved - locally so you can come back and refine it anytime. -
++ BATTL BUILDERS +
++ Explore components from trusted brands, choose one part per + category, track live prices, and watch your total build cost + update as you go. This early-access builder keeps your setup saved + locally so you can come back and refine it anytime. +
++ // Keep URL in sync, and clear transient action params + const qp = new URLSearchParams(searchParams.toString()); + qp.set("platform", normalizePlatformKey(next)); + qp.delete("select"); + qp.delete("remove"); + + router.replace(`/builder?${qp.toString()}`, { + scroll: false, + }); + }} + className="rounded-md border border-zinc-700 bg-zinc-900 px-2 py-1 text-xs text-zinc-100 focus:outline-none focus:ring-1 focus:ring-amber-400" + > + {PLATFORMS.map((p) => ( + + ))} + + +
Parts list updates automatically when you change platforms.
- You don’t have access to this page. -
-