Skip to content

Commit bf2155a

Browse files
Merge pull request #149 from umdevclub/feat/merchLink
refactor:updated merch link
2 parents 684bd6f + e5ae233 commit bf2155a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Merch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect } from "react";
22

33
const Merch = () => {
44
useEffect(() => {
5-
window.location.replace("https://forms.gle/RoLQb1MhVuBS72Uq6");
5+
window.location.replace("https://forms.gle/XysX2bZv1Hx2ndcb8");
66
}, []);
77

88
return null;

0 commit comments

Comments
 (0)