Skip to content

Commit

Permalink
these classes need to be unique in GTM
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Nov 21, 2017
1 parent 61637a4 commit 932e553
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 gtm__click-tracking">{callToAction}</a>
<a href={url} target="_blank" rel="nofollow noopener" className="App__call-out gtm__call-to-action">{callToAction}</a>
</div>
}
</div>
Expand Down

0 comments on commit 932e553

Please sign in to comment.