mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1465 from hackclub/donation-page-utm-params
Add UTM params to the philanthropy page
This commit is contained in:
commit
0993fd34c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue