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
+1 -1
View File
@@ -16,7 +16,7 @@ export default function RegisterPage() {
const [password, setPassword] = useState("");
const [error, setError] = useState<string | null>(null);
const next = searchParams.get("next") || "/gunbuilder";
const next = searchParams.get("next") || "/builder";
async function handleSubmit(e: FormEvent) {
e.preventDefault();