fixing url issues with renaming

This commit is contained in:
2025-12-06 09:16:37 -05:00
parent dbcd06d192
commit 05b30d8682
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function BuilderNav({ activeCategoryId }: BuilderNavProps) {
const currentCategory =
activeCategoryId ?? searchParams.get("category") ?? undefined;
const baseHref = "/gunbuilder";
const baseHref = "/builder";
const renderDropdown = (label: string, items: Category[]) => {
if (!items.length) return null;