From 0908cf4e943e2f57509a66a2d2f0d1434147de27 Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 1 Apr 2025 20:54:04 -0700 Subject: [PATCH] Revert "use modrinth links" This reverts commit 916f27c5ab275de253b4947ad58c9882ef89a663. --- apps/frontend/src/pages/pizza/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/pages/pizza/index.vue b/apps/frontend/src/pages/pizza/index.vue index fe80c0405..ac54f6af7 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://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);