We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178903 commit 8bc6120Copy full SHA for 8bc6120
projects/button-ripple-effect/index.js
@@ -1,4 +1,4 @@
1
-const btnEl = document.querySelector(".btn");
+const btnEl = document.querySelector(".signup");
2
3
btnEl.addEventListener("mouseover", (event) => {
4
const x = event.pageX - btnEl.offsetLeft;
0 commit comments