Skip to content

Commit

Permalink
Add UTM params to the philanthropy page to track where donors are com…
Browse files Browse the repository at this point in the history
…ing from
  • Loading branch information
YodaLightsabr authored Jan 30, 2025
1 parent f83e840 commit ac8803b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/philanthropy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const Philanthropy = ({ posts = [] }) => {
my={3}
sx={{ width: ['100%', 'auto'] }}
as="a"
href="https://hcb.hackclub.com/donations/start/hq"
href="https://hcb.hackclub.com/donations/start/hq?utm_source=site&utm_medium=internal&utm_campaign=philanthropy_page&utm_content=hero_button"
>
Donate
<Text sx={{ display: ['none', 'inline-block'], ml: 2 }}>
Expand Down Expand Up @@ -605,7 +605,7 @@ const Philanthropy = ({ posts = [] }) => {
<Box mt={[2, 3]}>
<Text
as="a"
href="https://hcb.hackclub.com/donations/start/hq"
href="https://hcb.hackclub.com/donations/start/hq?utm_source=site&utm_medium=internal&utm_campaign=philanthropy_page&utm_content=body_link"
target="_blank"
sx={{
color: '#ec3750',
Expand Down

0 comments on commit ac8803b

Please sign in to comment.