File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,20 @@ <h2>Become a Member</h2>
49
49
50
50
< button type ="submit "> Submit</ button >
51
51
</ form >
52
+ <!-- The Scroll-to-Top Button -->
53
+ < a href ="#top "> < button id ="scroll-to-top-btn " class ="scroll-to-top-button ">
54
+ <!-- SVG icon for the arrow -->
55
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none "
56
+ stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "
57
+ class ="lucide lucide-arrow-up ">
58
+ < path d ="m5 12 7-7 7 7 " />
59
+ < path d ="M12 19V5 " />
60
+ </ svg >
61
+ </ button > </ a >
52
62
</ main >
53
63
54
64
<!-- Footer Section -->
55
- < footer >
65
+ < footer >
56
66
< div class ="container ">
57
67
< p > © 2025 Book Club. All rights reserved.</ p >
58
68
</ div >
You can’t perform that action at this time.
0 commit comments