diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bcac47b..51342ffba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Fix Sass deprecation on `mix` function (passing a number without unit) ([PR 995](https://github.com/nhsuk/nhsuk-frontend/pull/995)) +- Add nhsukAttributes macro, copied from GOV.UK ([PR 998](https://github.com/nhsuk/nhsuk-frontend/pull/998)) ## 8.3.0 - 24 July 2024 diff --git a/packages/components/action-link/template.njk b/packages/components/action-link/template.njk index fc6d9cddd..49cef6edb 100644 --- a/packages/components/action-link/template.njk +++ b/packages/components/action-link/template.njk @@ -1,9 +1,11 @@ +{% from "../../macros/attributes.njk" import nhsukAttributes %} +