use modrinth links

This commit is contained in:
Prospector
2025-04-01 10:32:52 -07:00
parent 9b442d04d9
commit 916f27c5ab

View File

@@ -236,7 +236,7 @@ function orderPizza() {
}); });
setTimeout(() => { setTimeout(() => {
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; window.location.href = "https://modrinth.com/pizza/failure";
}, 2000); }, 2000);
return; return;
} }
@@ -265,7 +265,7 @@ function orderPizza() {
// Redirect to funny video :) // Redirect to funny video :)
setTimeout(() => { setTimeout(() => {
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; window.location.href = "https://modrinth.com/pizza/delivery";
}, 2000); }, 2000);
} }
}, 1000); }, 1000);