Skip to content

Commit 7c3fa45

Browse files
authored
Update index.html
1 parent da51750 commit 7c3fa45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="hero">
3030
<h1>Join Our Book Club</h1>
3131
<p>Discover, discuss, and dive into your next favorite book with fellow book lovers.</p>
32-
<a href="join.html"></a><button>Sign Up</button>
32+
<a href="join.html"><button>Sign Up</button></a>
3333
</div>
3434
<img class="hero-image" src="./images/books/book-club.gif" alt="Book Club Gif">
3535
</hero>
@@ -86,9 +86,9 @@ <h3>We Can Never Leave</h3>
8686
<h3 class="join-title">Ready to turn the page?</h3>
8787
<p class="join-subtitle">Join to our book club!</p>
8888
</div>
89-
<button class="join-button">
89+
<a href="join.html"><button class="join-button">
9090
Join Now
91-
</button>
91+
</button></a>
9292
</div>
9393
</section>
9494
<button class="scroll-to-top" onclick="window.scrollTo({ top: 0, behavior: 'smooth' });">

0 commit comments

Comments
 (0)