Skip to content

Commit

Permalink
Update pages/login-signup/login-signup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva57 authored Oct 28, 2024
1 parent 0602a60 commit abc55f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/login-signup/login-signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ document.querySelectorAll(".tab-link").forEach((button) => {
button.addEventListener("click", () => {
document.querySelectorAll(".tab-link").forEach((btn) => btn.classList.remove("active"));
document.querySelectorAll(".tab-content").forEach((content) => content.classList.remove("active"));
.querySelectorAll(".tab-content")
.forEach((content) => content.classList.remove("active"));

button.classList.add("active");
Expand Down

0 comments on commit abc55f1

Please sign in to comment.