Skip to content

Commit ad14c09

Browse files
Merge pull request steam-bell-92#1713 from sahitya0xsingh/fix-footer-links-1509
Fix: Update footer links for Privacy Policy and Terms of Service (Fixes steam-bell-92#1509)
2 parents aae2175 + 0d22bc2 commit ad14c09

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
@@ -500,9 +500,9 @@ <h3>Stay Updated</h3>
500500
</div>
501501
<div class="footer-bottom">
502502
<div class="footer-bottom-links">
503-
<a href="#">Privacy Policy</a>
503+
<a href="privacy-policy.html">Privacy Policy</a>
504504
<span class="separator"></span>
505-
<a href="#">Terms of Service</a>
505+
<a href="terms-condition.html">Terms of Service</a>
506506
</div>
507507
<p>Made with ❤️ for Python learners everywhere &copy; 2026</p>
508508
</div>

0 commit comments

Comments
 (0)