Skip to content

Commit 8bc6120

Browse files
authored
Update index.js
1 parent 9178903 commit 8bc6120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/button-ripple-effect/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const btnEl = document.querySelector(".btn");
1+
const btnEl = document.querySelector(".signup");
22

33
btnEl.addEventListener("mouseover", (event) => {
44
const x = event.pageX - btnEl.offsetLeft;

0 commit comments

Comments
 (0)