Skip to content

Commit

Permalink
Merge pull request #641 from ShudarsanRegmi/signupbtnfix
Browse files Browse the repository at this point in the history
Signup/Login butotn design issue was fixed
  • Loading branch information
YadavAkhileshh authored Nov 3, 2024
2 parents ca7304b + 60bd40e commit 893ddde
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 893ddde

Please sign in to comment.