Merge pull request #9 from EerierGosling/main

adding utm_source for campfire flagship
This commit is contained in:
Sofia Egan 2026-01-15 15:56:09 -03:00 committed by GitHub
commit 1cb4deeb5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}