Skip to content

Commit

Permalink
Changed duration to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
leontm-dev committed Jan 5, 2024
1 parent 4d6ecee commit 2da75d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.onload = () => {
setTimeout(() => {
window.location.href = "https://www.instagram.com/finda.gram/";
}, 2000);
}, 1000);
};

0 comments on commit 2da75d1

Please sign in to comment.