Skip to content

Commit

Permalink
Merge pull request #877 from saatvika07/main
Browse files Browse the repository at this point in the history
Changed the file opening for sell train tickets. Fixed #810
  • Loading branch information
ankit071105 authored Nov 3, 2024
2 parents 8f704e4 + a9e578f commit eca7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h3 style="color: black;">Train Tickets</h3>
<div class="ticket-card4">
<h3 style="color: black;">Sell Train Tickets</h3>
<p>Have train tickets to sell? Reach out to us to list your tickets and get great deals.</p>
<a href="train_sell.html"><button class="bbtn">Sell Train Tickets</button></a>
<a href="sell.html"><button class="bbtn">Sell Train Tickets</button></a> <!--chnaged href from train_sell.html to sell.html-->
</div>
</div>
</div>
Expand Down

0 comments on commit eca7d0c

Please sign in to comment.