From e5ae233924e1a038257b046bd8cacb277ad07973 Mon Sep 17 00:00:00 2001 From: FawazBinSaleem Date: Sat, 20 Sep 2025 20:28:25 -0500 Subject: [PATCH] refactor:updated merch link --- src/routes/Merch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;