Skip to content

Commit

Permalink
Make presentation accessibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpgpmcelroy committed Sep 11, 2024
1 parent 8ae32ef commit 5e28625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/rpx-xui-common-lib",
"version": "2.0.28",
"version": "2.0.28-presentation-img-service-banner",
"engines": {
"node": ">=18.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/exui-common-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/rpx-xui-common-lib",
"version": "2.0.28",
"version": "2.0.28-presentation-img-service-banner",
"peerDependencies": {
"launchdarkly-js-client-sdk": "^3.3.0",
"ngx-pagination": "^3.2.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="hmcts-banner hmcts-banner--warning">

<svg class="hmcts-banner__icon" fill="currentColor" role="presentation" focusable="false"
<svg class="hmcts-banner__icon" fill="currentColor" role="img" aria-label="hmcts-warning-icon" focusable="false"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" height="25" width="25">
<path d="M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z" />
</svg>
Expand Down

0 comments on commit 5e28625

Please sign in to comment.