Skip to content

Commit

Permalink
Update the register link for devpost
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL2 committed Jul 20, 2024
1 parent 53006b3 commit fc5fa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1 id="" class="vshacks-sectionheader">Register Now!</h1>
<div class="d-flex justify-content-center">
<a href="https://discord.com/invite/CQsyzqTvsD" class="btn btn-outline-info mr-3">Join the Discord</a>
<p>&nbsp &nbsp &nbsp</p>
<a href="https://vshacks2023.devpost.com/" class="btn btn-outline-warning ml-2">Register Here</a>
<a href="https://vshacks2024.devpost.com/" class="btn btn-outline-warning ml-2">Register Here</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a id="register-button" class="btn btn-outline-info" href="https://vshacks2023.devpost.com/" target="_blank">Register</a>
<a id="register-button" class="btn btn-outline-info" href="https://vshacks2024.devpost.com/" target="_blank">Register</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit fc5fa5e

Please sign in to comment.