From 54a46062a5084972ef07a95a4c6dd499c2169d92 Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 31 May 2026 02:02:20 -0500 Subject: [PATCH] review fixes: wrap-up checkout dead-end, confident entity flag, textarea style - order/dot-compliance: add carrier-closeout ($199) + entity-dissolution ($49) cards so the checker's wrap-up CTA actually resolves (was a dead-end: no matching data-slug checkbox to pre-select) - new-carrier flag: drop the 'not tax advice / we'll confirm' hedge, reframe confidently as a fee/cost point (not taxes); only show the Wyoming-LLC caveat when Wyoming is actually selected - checker: fix malformed inline style on the sell-truck textarea (missing ;) Co-Authored-By: Claude Opus 4.8 (1M context) --- site/public/order/dot-compliance/index.html | 30 +++++++++++++++++++ .../order/trucking-new-carrier/index.html | 6 ++-- .../tools/dot-compliance-check/index.html | 2 +- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/site/public/order/dot-compliance/index.html b/site/public/order/dot-compliance/index.html index 86cd644..7641403 100644 --- a/site/public/order/dot-compliance/index.html +++ b/site/public/order/dot-compliance/index.html @@ -69,6 +69,36 @@ Sign out
+
+

Closing / Winding Down

+ + + + +
+

Core Filings

@@ -800,10 +799,9 @@ function updateEntityFlag() { }); if (!hit) { box.style.display = "none"; return; } var info = CORP_FAVOR[hit]; - box.querySelector(".flag-lead").textContent = - (via === "form" ? "Forming in " : "Operating in ") + info.name + "? Consider a corporation."; + box.querySelector(".flag-lead").textContent = "In " + info.name + ", a corporation is the cheaper choice."; box.querySelector(".flag-reason").textContent = info.reason + - (via === "operate" ? " Even with a Wyoming LLC, " + info.name + " applies this to any LLC registered to do business there." : ""); + (wiz.entityState === "WY" ? " Even with a Wyoming LLC, " + info.name + " applies this to any LLC registered to do business there." : ""); box.style.display = "block"; } diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 990b7c2..08d0736 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -329,7 +329,7 @@ Send reset link h += ''; h += ''; h += ''; - h += ''; + h += ''; h += ''; h += ''; h += '';