diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 17:00:45 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 20:22:47 -0400 |
commit | 720e9f4e31e2bf5e654c516a6263dcf5f6e3e959 (patch) | |
tree | 8804fd2d2e72317e92757294e6fadea96211451f /static/about.html | |
parent | 7436916d048e6507c99805f79d503454e0958073 (diff) |
Remove privacy policy in favor of terms
Diffstat (limited to 'static/about.html')
-rw-r--r-- | static/about.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/about.html b/static/about.html index 8adb872..e351c3c 100644 --- a/static/about.html +++ b/static/about.html @@ -268,8 +268,7 @@ <div class="footer-bottom"> <p>© 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> |