Skip to content

Commit 0d22bc2

Browse files
committed
Fix footer links for Privacy Policy and Terms of Service (Issue steam-bell-92#1509)
1 parent 7cdc45c commit 0d22bc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web-app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,9 @@ <h3>Stay Updated</h3>
649649
</div>
650650
<div class="footer-bottom">
651651
<div class="footer-bottom-links">
652-
<a href="#">Privacy Policy</a>
652+
<a href="privacy-policy.html">Privacy Policy</a>
653653
<span class="separator"></span>
654-
<a href="#">Terms of Service</a>
654+
<a href="terms-condition.html">Terms of Service</a>
655655
</div>
656656
<p>Made with ❤️ for Python learners everywhere &copy; 2026</p>
657657
</div>

0 commit comments

Comments
 (0)