From 40c91c82cf00547786110ae9d7e5c5e53dc4aa90 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Thu, 12 Feb 2026 21:12:02 -0800 Subject: [PATCH] Fix add new business link to point to setup-wizard.html Co-Authored-By: Claude Opus 4.5 --- portal/menu-builder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 2bc0159..658e6a4 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -1334,7 +1334,7 @@ // Add a new business addNewBusiness() { - window.location.href = BASE_PATH + '/portal/setup.html'; + window.location.href = BASE_PATH + '/portal/setup-wizard.html'; }, // Load business info