Skip to content

Commit

Permalink
feat: Remove browser mining crypto alert
Browse files Browse the repository at this point in the history
  • Loading branch information
iknowhtml committed Nov 7, 2024
1 parent 0dd2d0a commit 2a03b00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ import Button from "../components/Button.astro";
</style>

<script>
if (import.meta.env.PROD) {
setTimeout(() => alert("Your browser is now mining crypto 🤡"), 5000);
}
const video = document.querySelector("video");

if (video) {
Expand Down

0 comments on commit 2a03b00

Please sign in to comment.