builds page concept. rename project

This commit is contained in:
2025-12-05 20:14:05 -05:00
parent 2fec870302
commit bab21e4ee3
71 changed files with 1693 additions and 418 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import type { PriceHistoryPoint } from "@/app/gunbuilder/[categoryId]/[partId]/data";
import type { PriceHistoryPoint } from "@/app/builder/[categoryId]/[partId]/data";
interface PricingHistoryGraphProps {
data: PriceHistoryPoint[];
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import type { RetailerOffer } from "@/app/gunbuilder/[categoryId]/[partId]/data";
import type { RetailerOffer } from "@/app/builder/[categoryId]/[partId]/data";
interface RetailersListProps {
retailers: RetailerOffer[];
+1 -1
View File
@@ -36,7 +36,7 @@ export function TopNav() {
href="/"
className="text-xs font-semibold tracking-[0.2em] uppercase text-zinc-400"
>
The Build Bench
Battl Builder
</Link>
{/* Center: main nav (Builder / Admin) */}