Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
removed repeating "book table" button
  • Loading branch information
khushi-joshi-05 authored May 25, 2024
1 parent 639ce8b commit 96088d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ <h1>Click & Collect</h1><br>
</div>
<div class="box">
<h1>Restaurant Dining</h1><br>
main
<a href="#" onclick="openBookingModal()">Book Table</a>
<a href="#" class="btn">Book Table</a>
main

<a href="#" class="btn" onclick="openBookingModal()">Book Table</a>
<!-- <a href="#" class="btn">Book Table</a> -->


</div>
</div>
Expand Down Expand Up @@ -481,4 +481,4 @@ <h4>Follow Us</h4>
</script>
main

</html>
</html>

0 comments on commit 96088d4

Please sign in to comment.