Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request toggl#1226 from toggl/chore/add-utm-params-to-sign…
Browse files Browse the repository at this point in the history
…-up-link

Add utm parameters to sign up link
  • Loading branch information
tcrammond authored Dec 13, 2018
2 parents d0bf1e3 + b3ddd7b commit 583d66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<li class="cog" title="Open Settings"></li>
<li class="sync" title="Sync..."></li>
<li class="logout" title="Log out"></li>
<li class="signup" title="Create account"><a href="https://toggl.com/signup" target="_blank">Create account</a></li>
<li class="signup" title="Create account"><a href="https://toggl.com/signup?utm_source=toggl-button&utm_medium=referral" target="_blank">Create account</a></li>
</ul>
<div class="error"></div>
<div class="views">
Expand Down

0 comments on commit 583d66f

Please sign in to comment.