Skip to content

Commit

Permalink
Fix href for login button to navigate to /loginPage.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay0611 committed Nov 15, 2024
1 parent 96613f9 commit 1a7a4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sip.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<!-- Navigation item placeholder for Login/Register or Logout button -->
<li class="nav-item no-underline" id="auth-btn-container">
<a class="main-btn navbar-btn" style="padding: 2px 20px;" data-scroll-nav="0"
href="./loginPage.html">
href="/loginPage.html">
<i class="fas fa-user-circle icon-hover" style="margin: 5px;"></i> Login/Register
</a>
</li>
Expand Down

0 comments on commit 1a7a4b0

Please sign in to comment.