Revert "use modrinth links"

This reverts commit 916f27c5ab275de253b4947ad58c9882ef89a663.
This commit is contained in:
Prospector 2025-04-01 20:54:04 -07:00
parent 916f27c5ab
commit 0908cf4e94

View File

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