← back to Ventura Claw Leads
Fix legal-page ZIP in CAN-SPAM footer: 91335→91403
a6b54c3e4994c42278a5581cba041b7c620055c4 · 2026-05-07 17:57:49 -0700 · Steve
Steve confirmed 2026-05-07. (.env MAILING_ADDRESS also corrected
locally but .env is gitignored so not in this commit.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit a6b54c3e4994c42278a5581cba041b7c620055c4
Author: Steve <steve@designerwallcoverings.com>
Date: Thu May 7 17:57:49 2026 -0700
Fix legal-page ZIP in CAN-SPAM footer: 91335→91403
Steve confirmed 2026-05-07. (.env MAILING_ADDRESS also corrected
locally but .env is gitignored so not in this commit.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
views/public/legal.ejs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/views/public/legal.ejs b/views/public/legal.ejs
index dcca4c5..94f854e 100644
--- a/views/public/legal.ejs
+++ b/views/public/legal.ejs
@@ -27,7 +27,7 @@
<p>California (CCPA/CPRA), EU/UK (GDPR), and other-jurisdiction residents may request access to, correction of, or deletion of personal data we hold about them. Email <a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> with subject "Privacy request" — we respond within 30 days. Unsubscribe links in every email work without contacting us first.</p>
<h2>Contact</h2>
- <p><a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> · Ventura Claw · Designer Wallcoverings, 15442 Ventura Bl #102, Sherman Oaks CA 91335.</p>
+ <p><a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> · Ventura Claw · Designer Wallcoverings, 15442 Ventura Bl #102, Sherman Oaks CA 91403.</p>
<p class="muted" style="margin-top:24px;font-size:12px">Last updated <%= new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }) %>.</p>
<% } else { %>
<p class="kicker">Terms</p>
@@ -69,7 +69,7 @@
<p>These terms may be updated. Material changes will be communicated by email to active users. Continued use of the service after a change constitutes acceptance.</p>
<h2>9. Contact</h2>
- <p><a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> · Ventura Claw · Designer Wallcoverings, 15442 Ventura Bl #102, Sherman Oaks CA 91335.</p>
+ <p><a href="mailto:info@venturaclaw.com">info@venturaclaw.com</a> · Ventura Claw · Designer Wallcoverings, 15442 Ventura Bl #102, Sherman Oaks CA 91403.</p>
<p class="muted" style="margin-top:24px;font-size:12px">Last updated <%= new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }) %>. These terms describe Ventura Claw's current operating model and are not a substitute for the final terms a consumer or business agrees to at sign-up.</p>
<% } %>
</section>
← fbd4be4 rel=alternate JSON + HTTP Link header on /find paginated rou
·
back to Ventura Claw Leads
·
gitignore: exclude editor/snapshot backup files 350a516 →