fix: Fix error preventing load of Privacy Policy from link in Submit Clause

This commit is contained in:
2025-09-03 16:30:55 -05:00
parent e0d613fc4e
commit d1218a67b2

View File

@@ -116,7 +116,7 @@ pageScripts:
<div class="h-captcha" data-sitekey="b63e5b64-c6f2-4154-b5a6-77169a924022"></div>
<div id="privacy" class="consent-statement">
<p>By clicking "Send Message" below, you <strong>accept and agree to</strong> this site's <a href="./privacy-policy/" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.</p>
<p>By clicking "Send Message" below, you <strong>accept and agree to</strong> this site's <a href="../privacy-policy/" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.</p>
</div>
</div>