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

Commit

Permalink
fix utm error preventing campaign segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Mar 5, 2018
1 parent 42ba644 commit c7184aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/pages/homepage/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Body extends React.Component {
return null;
}
return (
<a href="https://www.mozilla.org/firefox/new/?utm_source=screenshots.firefox.com&utm_medium=referral&utm_campaign=screenshots-acquisition&utm-content=from-home" className="button primary download-firefox" onClick={ this.onClickInstallFirefox.bind(this) }>
<a href="https://www.mozilla.org/firefox/new/?utm_source=screenshots.firefox.com&utm_medium=referral&utm_campaign=screenshots-acquisition&utm_content=from-home" className="button primary download-firefox" onClick={ this.onClickInstallFirefox.bind(this) }>
<div className="button-icon">
<div className="button-icon-badge"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion server/src/pages/shot/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class Body extends React.Component {
</Localized>
&nbsp;
<Localized id="shotPageUpsellFirefox">
<a href="https://www.mozilla.org/firefox/new/?utm_source=screenshots.firefox.com&utm_medium=referral&utm_campaign=screenshots-acquisition&utm-content=from-shot" onClick={ this.clickedInstallFirefox.bind(this) }>Get Firefox now</a>
<a href="https://www.mozilla.org/firefox/new/?utm_source=screenshots.firefox.com&utm_medium=referral&utm_campaign=screenshots-acquisition&utm_content=from-shot" onClick={ this.clickedInstallFirefox.bind(this) }>Get Firefox now</a>
</Localized>
</div>
<a className="close" onClick={ this.doCloseBanner.bind(this) }></a>
Expand Down

0 comments on commit c7184aa

Please # to comment.