Merge pull request #1465 from hackclub/donation-page-utm-params

Add UTM params to the philanthropy page
This commit is contained in:
yodalightsabr 2025-01-30 22:44:34 +00:00 committed by GitHub
commit 0993fd34c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}>
@ -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',