Skip to content

Commit

Permalink
Use utm_source=testexample (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
markulrich authored Dec 13, 2023
1 parent 6b683a1 commit 65d941e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/donate-button-v4/src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@

<body style="height: 200vh">
<div>
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_source=ircfooter&method=stocks#/donate"
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_source=testexample&method=stocks#/donate"
>Donate</a
>
</div>
<div>
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?suggestedAmounts=2500,25000,250000&method=daf#/donate"
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_source=testexample&suggestedAmounts=2500,25000,250000&method=daf#/donate"
>Donate DAF</a
>
</div>
<div>
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_campaign=donate-link&method=stocks#/donate"
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_source=testexample&utm_campaign=donate-link&method=stocks#/donate"
>Donate Asset</a
>
</div>
<div>
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_campaign=donate-link&method=crypto#/donate/crypto"
<a style="font-size: 30px; margin-top: 10px;" href="https://www.every.org/irc?utm_source=testexample&utm_campaign=donate-link&method=crypto#/donate/crypto"
>Donate Crypto</a
>
</div>
Expand Down

1 comment on commit 65d941e

@vercel
Copy link

@vercel vercel bot commented on 65d941e Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.