Skip to content

Commit

Permalink
Merge pull request #3274 from akshay0611/fix-login-button-error
Browse files Browse the repository at this point in the history
Fix href for login button to navigate to /loginPage.html
  • Loading branch information
ayush-that authored Nov 16, 2024
2 parents ee4b285 + 1a7a4b0 commit 8e7e543
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 8e7e543

Please sign in to comment.