Skip to content

Commit 8e7e543

Browse files
authored
Merge pull request #3274 from akshay0611/fix-login-button-error
Fix href for login button to navigate to /loginPage.html
2 parents ee4b285 + 1a7a4b0 commit 8e7e543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
<!-- Navigation item placeholder for Login/Register or Logout button -->
368368
<li class="nav-item no-underline" id="auth-btn-container">
369369
<a class="main-btn navbar-btn" style="padding: 2px 20px;" data-scroll-nav="0"
370-
href="./loginPage.html">
370+
href="/loginPage.html">
371371
<i class="fas fa-user-circle icon-hover" style="margin: 5px;"></i> Login/Register
372372
</a>
373373
</li>

0 commit comments

Comments
 (0)