From 218652a1b0614f0e04b22cb239135b6df7e694b7 Mon Sep 17 00:00:00 2001 From: Sofia Egan <108308587+EerierGosling@users.noreply.github.com> Date: Thu, 15 Jan 2026 13:55:31 -0500 Subject: [PATCH] adding utm_source for campfire flagship --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 5204712..970960c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -57,7 +57,7 @@ function App() { useEffect(() => { if (window.location.pathname === '/flagship') { - window.location.href = 'https://flagship.campfire.hackclub.com'; + window.location.href = 'https://flagship.hackclub.com?utm_source=campfire_landing_page'; return; }