Fix stale contact info in privacy page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 19:01:58 +00:00
parent 73143577e3
commit b11a274986
+2 -2
View File
@@ -182,8 +182,8 @@ require_once __DIR__ . '/includes/header.php';
<h2 style="font-size: 1.2rem; margin-bottom: 0.5rem;">Contact Us</h2> <h2 style="font-size: 1.2rem; margin-bottom: 0.5rem;">Contact Us</h2>
<p style="color: var(--text-muted); margin-bottom: 1.25rem; line-height: 1.7;">For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please reach out:</p> <p style="color: var(--text-muted); margin-bottom: 1.25rem; line-height: 1.7;">For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please reach out:</p>
<p style="margin-bottom: 0.25rem;"><strong>Tom's Java Jive</strong></p> <p style="margin-bottom: 0.25rem;"><strong>Tom's Java Jive</strong></p>
<p style="color: var(--text-muted); margin-bottom: 0.25rem;">Weatherford, TX 76086</p> <p style="color: var(--text-muted); margin-bottom: 0.25rem;">Weatherford, TX 76088</p>
<p style="margin: 0;"><a href="mailto:hello@tomsjavajive.com">hello@tomsjavajive.com</a></p> <p style="margin: 0;"><a href="mailto:sales@tomsjavajive.com">sales@tomsjavajive.com</a></p>
</div> </div>
</div> </div>