Skip to content

Commit

Permalink
Correct analytics listener of header component
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 5, 2024
1 parent f529160 commit dcc1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nationalarchives/components/header/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default [
events: [
{
eventName: "toggle",
targetElement: ".tna-header__navigation-toggle-button",
targetElement: ".tna-header__navigation-button",
on: "click",
data: {
state: valueGetters.expanded,
Expand Down

0 comments on commit dcc1685

Please sign in to comment.