Skip to content

Commit

Permalink
Fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankanator8 authored Dec 2, 2024
1 parent 97951bf commit 69a8e53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hackstoga/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
<span class="tooltip" tooltip-position="bottom">
<a
id="signup-event-button"
class="clean-button dark-button red-outline pure-button-disabled"
class="clean-button dark-button red-outline pure-button-enabled"
style="padding: 10px 20px 10px 20px"
target="_blank"
>Sign Up</a
><tooltip>Signups for hackStoga 24 have concluded.</tooltip>
>Sign Up</a>
</span>
<span id="vol-container" class="tooltip right-button" tooltip-position="bottom">
<a
Expand All @@ -84,7 +83,7 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
class="clean-button red-button pure-button-disabled"
id="signup-vol-button"
>Volunteer</a
><tooltip>Signups for hackStoga 24 have concluded.</tooltip>
><tooltip>Check back later for volunteering opportunities!</tooltip>
</span>
</div>
</div>
Expand Down

0 comments on commit 69a8e53

Please sign in to comment.