diff --git a/src/routes/Merch.tsx b/src/routes/Merch.tsx index 648095f..0a6c781 100644 --- a/src/routes/Merch.tsx +++ b/src/routes/Merch.tsx @@ -2,7 +2,7 @@ import { useEffect } from "react"; const Merch = () => { useEffect(() => { - window.location.replace("https://forms.gle/RoLQb1MhVuBS72Uq6"); + window.location.replace("https://forms.gle/XysX2bZv1Hx2ndcb8"); }, []); return null;