summaryrefslogtreecommitdiff
path: root/static/contact.html
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-08-07 17:00:45 -0400
committerRobby Zambito <contact@robbyzambito.me>2025-08-07 20:22:47 -0400
commit720e9f4e31e2bf5e654c516a6263dcf5f6e3e959 (patch)
tree8804fd2d2e72317e92757294e6fadea96211451f /static/contact.html
parent7436916d048e6507c99805f79d503454e0958073 (diff)
Remove privacy policy in favor of terms
Diffstat (limited to 'static/contact.html')
-rw-r--r--static/contact.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/contact.html b/static/contact.html
index 38b658a..6e6e956 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -218,7 +218,7 @@
<label class="checkbox-container">
<input type="checkbox" id="privacy" name="privacy" required>
<span class="checkmark"></span>
- I agree to the <a href="https://tosdr.org/en/service/182" target="_blank">Privacy Policy</a> and <a href="#terms" target="_blank">Terms of Service</a> *
+ I agree to the <a href="https://tosdr.org/en/service/182" target="_blank">Terms of Service</a> *
</label>
<div class="error-message" id="privacyError"></div>
</div>
@@ -349,8 +349,7 @@
<div class="footer-bottom">
<p>&copy; 2025 TaskFlow. All rights reserved.</p>
<div class="footer-links">
- <a href="https://tosdr.org/en/service/182">Privacy Policy</a>
- <a href="#terms">Terms of Service</a>
+ <a href="https://tosdr.org/en/service/182">Terms of Service</a>
</div>
</div>
</div>