Skip to content

Commit

Permalink
Merge pull request #254 from PranavBarthwal/link
Browse files Browse the repository at this point in the history
fix links in payment page
  • Loading branch information
apu52 authored Feb 3, 2024
2 parents d5a257e + d652002 commit 9c8068f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ <h4 class="mb-3">Payment</h4>
<footer class="my-5 pt-5 text-body-secondary text-center text-small">
<p class="mb-1">© 2024 Tourguide.</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>
<li class="list-inline-item"><a href="#">Support</a></li>
<li class="list-inline-item"><a href="./privacy.html">Privacy</a></li>
<li class="list-inline-item"><a href="./tnc.html">Terms</a></li>
<li class="list-inline-item"><a href="./index.html#contact">Support</a></li>
</ul>
</footer>
</div>
Expand Down

0 comments on commit 9c8068f

Please sign in to comment.