Skip to content

Commit

Permalink
Signup/Login butotn design issue was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShudarsanRegmi committed Nov 3, 2024
1 parent 814424c commit 60bd40e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
background-color: var(--card-bg-dark);
color: var(--primary-color-dark);
}



.popup-nl {
display: none;
position: fixed;
Expand Down Expand Up @@ -678,8 +679,8 @@ <h2 class="primary-btn" id="instructionsTitle">Player Instructions</h2>

<button class="feedback-button" onclick="window.location.href='feedback.html'">Feedback</button>

<button class="primary-btn" id="signupButton">
<a href="/Login and Signup/index.html">SignUp/Register</a>
<button class="primary-btn" id="signupButton" window.location.href="/Login and Signup/index.html">
Signup/Register
</button>

<h2 class="primary-btn" id="logoutButton" style="display: none;">
Expand Down

0 comments on commit 60bd40e

Please sign in to comment.