mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 16:28:22 +00:00
Merge pull request #9 from EerierGosling/main
adding utm_source for campfire flagship
This commit is contained in:
commit
1cb4deeb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue