diff --git a/apps/frontend/src/pages/pizza/index.vue b/apps/frontend/src/pages/pizza/index.vue index ac54f6af7..fe80c0405 100644 --- a/apps/frontend/src/pages/pizza/index.vue +++ b/apps/frontend/src/pages/pizza/index.vue @@ -236,7 +236,7 @@ function orderPizza() { }); setTimeout(() => { - window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; + window.location.href = "https://modrinth.com/pizza/failure"; }, 2000); return; } @@ -265,7 +265,7 @@ function orderPizza() { // Redirect to funny video :) setTimeout(() => { - window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; + window.location.href = "https://modrinth.com/pizza/delivery"; }, 2000); } }, 1000);