Skip to content

Commit

Permalink
integrate GTM
Browse files Browse the repository at this point in the history
adds click tracking class
  • Loading branch information
Brian Whitton committed Nov 21, 2017
1 parent 4977a90 commit 61637a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class App extends Component {

{callToAction &&
<div className="App__footer">
<a href={url} target="_blank" rel="nofollow noopener" className="App__call-out">{callToAction}</a>
<a href={url} target="_blank" rel="nofollow noopener" className="App__call-out gtm__click-tracking">{callToAction}</a>
</div>
}
</div>
Expand Down

0 comments on commit 61637a4

Please sign in to comment.