Skip to content

Commit 916f27c

Browse files
committed
use modrinth links
1 parent 9b442d0 commit 916f27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/pages/pizza/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function orderPizza() {
236236
});
237237
238238
setTimeout(() => {
239-
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
239+
window.location.href = "https://modrinth.com/pizza/failure";
240240
}, 2000);
241241
return;
242242
}
@@ -265,7 +265,7 @@ function orderPizza() {
265265
266266
// Redirect to funny video :)
267267
setTimeout(() => {
268-
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
268+
window.location.href = "https://modrinth.com/pizza/delivery";
269269
}, 2000);
270270
}
271271
}, 1000);

0 commit comments

Comments
 (0)