Skip to content

Commit

Permalink
Fix typo in tracking module on super navigation header
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Aug 9, 2021
1 parent 5a098fb commit 425c990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

# Unreleased

* Fix typo in tracking module on super navigation header ([PR #2253](https://github.com/alphagov/govuk_publishing_components/pull/2253))

# 25.2.1

* Add link tracking to super navigation header ([PR #2249](https://github.com/alphagov/govuk_publishing_components/pull/2249))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ show_navigation_menu_text = t("components.layout_super_navigation_header.menu_to
"gem-c-layout-super-navigation-header__navigation-second-footer-link",
],
data: {
module: "gem-track-lick",
module: "gem-track-click",
track_action: "#{tracking_label}Link",
track_cateogry: "headerClicked",
track_label: item[:href],
Expand Down

0 comments on commit 425c990

Please sign in to comment.