We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b442d0 commit 916f27cCopy full SHA for 916f27c
apps/frontend/src/pages/pizza/index.vue
@@ -236,7 +236,7 @@ function orderPizza() {
236
});
237
238
setTimeout(() => {
239
- window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
+ window.location.href = "https://modrinth.com/pizza/failure";
240
}, 2000);
241
return;
242
}
@@ -265,7 +265,7 @@ function orderPizza() {
265
266
// Redirect to funny video :)
267
268
+ window.location.href = "https://modrinth.com/pizza/delivery";
269
270
271
}, 1000);
0 commit comments