fixed the name change from gunbuilder to builder and added the TM for trademark

This commit is contained in:
2025-12-05 23:32:23 -05:00
parent fa710d35a1
commit be03424e26
13 changed files with 40 additions and 133 deletions
+7 -7
View File
@@ -150,7 +150,7 @@ export default function BuildDetailsPage() {
useEffect(() => {
if (typeof window !== "undefined" && Object.keys(build).length > 0) {
const encoded = encodeBuildState(build);
const url = `${window.location.origin}/gunbuilder/build?build=${encoded}`;
const url = `${window.location.origin}/builder/build?build=${encoded}`;
setShareUrl(url);
}
}, [build]);
@@ -212,10 +212,10 @@ export default function BuildDetailsPage() {
You need to select at least one part to view your build.
</p>
<Link
href="/gunbuilder"
href="/builder"
className="inline-block rounded-md border border-amber-400/60 bg-amber-400/10 px-4 py-2 text-sm font-medium text-amber-200 hover:bg-amber-400/15 transition-colors"
>
Go to Gunbuilder
Go to Builder
</Link>
</div>
</div>
@@ -229,7 +229,7 @@ export default function BuildDetailsPage() {
{/* Header */}
<header className="mb-6">
<Link
href="/gunbuilder"
href="/builder"
className="text-xs text-zinc-400 hover:text-zinc-300 mb-4 inline-block"
>
Back to The Armory
@@ -368,7 +368,7 @@ export default function BuildDetailsPage() {
</a>
)}
<Link
href={`/gunbuilder/${category.id}/${part.id}`}
href={`/builder/${category.id}/${part.id}`}
className="inline-flex items-center rounded-md border border-zinc-700 bg-zinc-900/50 px-4 py-2 text-sm font-medium text-zinc-300 hover:bg-zinc-800 hover:border-zinc-600 transition-colors"
>
View Details
@@ -398,7 +398,7 @@ export default function BuildDetailsPage() {
{/* Actions */}
<div className="mt-6 flex flex-col gap-3 sm:flex-row sm:justify-between">
<Link
href="/gunbuilder"
href="/builder"
className="rounded-md border border-zinc-700 bg-zinc-900/50 px-6 py-3 text-sm font-medium text-zinc-300 hover:bg-zinc-800 hover:border-zinc-600 transition-colors text-center"
>
Edit Build
@@ -408,7 +408,7 @@ export default function BuildDetailsPage() {
type="button"
onClick={() => {
localStorage.removeItem(STORAGE_KEY);
router.push("/gunbuilder");
router.push("/builder");
}}
className="rounded-md border border-zinc-700 bg-zinc-900/50 px-6 py-3 text-sm font-medium text-zinc-300 hover:bg-zinc-800 hover:border-zinc-600 transition-colors"
>