Skip to content

Commit

Permalink
fix: (CXSPA-7995) add aria-expanded attribute to view-hours button (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov authored Oct 14, 2024
1 parent 41c4469 commit e96611a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<div>
<button
(click)="toggleOpenHours()"
[attr.aria-expanded]="openHoursOpen"
class="cx-store-opening-hours-toggle"
>
{{ 'store.viewHours' | cxTranslate }}
Expand Down

0 comments on commit e96611a

Please sign in to comment.