Skip to content

Commit

Permalink
PLATUI-2636 update aria-label on nav/button to be accessible to voice…
Browse files Browse the repository at this point in the history
… activation users (#326)

PLATUI-2636 update aria-label on nav/button to be accessible to voice activation users
  • Loading branch information
ellamdav committed Nov 2, 2023
1 parent 83b25c6 commit cef64dd
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 362 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.55.0] - 2023-11-02

### Changed

- Update aria-label on HMRC header nav/button, to be accessible to voice activation users

## [5.54.0] - 2023-11-02

### Changed
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -310,7 +310,11 @@ You can then reference the webjar in the `LibDependencies.scala` file in `play-f
You will also need to configure your `build.sbt` resolvers to look in your local Maven repository:

```sbt
resolvers += Resolver.mavenLocal
.settings(
...
resolvers += Resolver.mavenLocal,
...
)
```

Further documentation on the webjar mechanism can be found:
Expand Down

0 comments on commit cef64dd

Please sign in to comment.