From eeea9f59407327bdebeed5e7d068a66345249217 Mon Sep 17 00:00:00 2001 From: justin Date: Thu, 28 May 2026 22:46:08 -0500 Subject: [PATCH] Wire DOT checker CTA to order page instead of email "Fix My DOT Filings" now links to /order/dot-compliance?dot=XXXXX instead of a mailto: link. Co-Authored-By: Claude Opus 4.6 (1M context) --- site/public/tools/dot-compliance-check/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 799d225..b16d83f 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -236,7 +236,7 @@ Send reset link html += '
'; html += '

' + redCount + ' compliance issue' + (redCount > 1 ? 's' : '') + ' found

'; html += '

Performance West can help you resolve these issues. We handle the paperwork so you can focus on driving.

'; - html += 'Get Help With My Filings →'; + html += 'Fix My DOT Filings →'; html += '

Or call (888) 411-0383

'; html += '
'; } else {