Skip to content

Commit

Permalink
events button on home page goes to events
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDCowley committed Jul 6, 2024
1 parent 1a8d000 commit d85c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h4><i>Texas State's oldest Computer Science Club.</i></h4>
are a seasoned coder or just starting out, our club offers something for everyone.
</p>
<a role="button" class="btn btn-primary btn-lg" href="membership.html">Join Now</a>
<a role="button" class="btn btn-primary btn-lg" href="#">Events</a>
<a role="button" class="btn btn-primary btn-lg" href="events.html">Events</a>
<a role="button" class="btn btn-primary btn-lg" href="about.html">Learn More</a>
</div>
<br>
Expand Down

0 comments on commit d85c274

Please sign in to comment.