Skip to content

Commit

Permalink
feat: btn redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 14, 2023
1 parent 7107f56 commit 1f1b65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vr_club_site/templates/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</div>
</div>
</div>
<a href="#" class="btn-price">Забронювати</a>
<button class="btn-price" onclick="redirectToBooking()">Забронювати</button>
</div>
<div class="item">
<div class="when">
Expand All @@ -113,7 +113,7 @@
</div>
</div>
</div>
<a href="#" class="btn-price">Забронювати</a>
<button class="btn-price" onclick="redirectToBooking()">Забронювати</button>
</div>
</div>
</section>
Expand Down

0 comments on commit 1f1b65e

Please sign in to comment.