diff --git a/site/src/components/intake/Wizard.astro b/site/src/components/intake/Wizard.astro index 6730e5f..3966325 100644 --- a/site/src/components/intake/Wizard.astro +++ b/site/src/components/intake/Wizard.astro @@ -676,7 +676,7 @@ const STEP_LABELS: Record = { `; document.querySelector(".pw-wizard-stepbar")?.remove(); - document.querySelector(".pw-wizard-footer")?.remove(); + document.querySelector(".pw-wizard-nav")?.remove(); } else { const err = await saveResp.json().catch(() => ({})); alert(err.error || "Failed to submit. Please try again."); diff --git a/site/src/components/intake/steps/PaymentStep.astro b/site/src/components/intake/steps/PaymentStep.astro index 64ce924..a8b607e 100644 --- a/site/src/components/intake/steps/PaymentStep.astro +++ b/site/src/components/intake/steps/PaymentStep.astro @@ -48,37 +48,41 @@ const meta = SERVICE_META[service_slug];