Skip to content

Commit

Permalink
Change button id value
Browse files Browse the repository at this point in the history
  • Loading branch information
SwamiTheDev committed Oct 8, 2023
1 parent 7fd0ed0 commit d98ef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const btn = document.querySelector(".btn");
const btn = document.querySelector(".__pause_btn");
const video = document.querySelector(".background-video");
const fa = document.querySelector(".fa");
const preloader = document.querySelector(".preloader");
Expand Down

0 comments on commit d98ef86

Please sign in to comment.