Skip to content

Commit

Permalink
Merge pull request #1560 from Mayukh69-gif/issue-1549
Browse files Browse the repository at this point in the history
fix: Anchor tag added to Plan a trip button to maintain consistency
  • Loading branch information
apu52 authored Oct 26, 2024
2 parents 375ab31 + f5d3fbd commit ed4f264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ <h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best
<div class="action__btns">
<a href="membership.html"><button class="btn" data-aos="fade-in"
style="box-shadow: 2px 2px 8px red;">Membership</button></a>
<a href=""><button class="btn" data-aos="fade-in"
style="box-shadow: 2px 2px 8px red;">Plan a Trip</button></a>

<a href="plantrip.html"><button class="btn" data-aos="fade-in" style="box-shadow: 2px 2px 8px red;">Plan a Trip</button></a>
<a href="./payment.html"><button class="btn" data-aos="fade-in"
style="box-shadow: 2px 2px 8px red;">Book Now</button></a>
</div>
Expand Down

0 comments on commit ed4f264

Please sign in to comment.