Skip to content

Commit

Permalink
Merge pull request #2253 from alphagov/typo-on-super-navigation-tracking
Browse files Browse the repository at this point in the history
Fix typo in tracking module on super navigation header
  • Loading branch information
owenatgov authored Aug 9, 2021
2 parents 5a098fb + 425c990 commit a855e00
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 a855e00

Please sign in to comment.