Skip to content

Commit

Permalink
Merge pull request #2155 from alphagov/scroll_tracking_brexit_taxons
Browse files Browse the repository at this point in the history
Add scroll tracking to the brexit child taxon pages
  • Loading branch information
hannako authored Jun 22, 2021
2 parents c584f58 + c06ca05 commit ab55e3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
## Unreleased

* Add tracking on search submit to public layout ([PR #2157](https://github.com/alphagov/govuk_publishing_components/pull/2157))
*Turn off LUX's debug mode ([PR #2156](https://github.com/alphagov/govuk_publishing_components/pull/2156))
* Turn off LUX's debug mode ([PR #2156](https://github.com/alphagov/govuk_publishing_components/pull/2156))
* Add scroll tracking for the brexit child taxon pages ([PR #2155](https://github.com/alphagov/govuk_publishing_components/pull/2155))

## 24.15.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@
['Heading', 'Rules to follow'],
['Heading', 'Good to know'],
['Heading', 'Change your answers']
],
'/guidance/brexit-guidance-for-businesses': [
['Percent', 20],
['Percent', 40],
['Percent', 60],
['Percent', 80],
['Percent', 100]
],
'/guidance/brexit-guidance-for-individuals-and-families': [
['Percent', 20],
['Percent', 40],
['Percent', 60],
['Percent', 80],
['Percent', 100]
]
}

Expand Down

0 comments on commit ab55e3d

Please sign in to comment.