Skip to content

Commit

Permalink
fix: (CXPA-7943) Store, My Preferred Store, Opening hours button. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov authored Nov 27, 2024
1 parent 44c66f4 commit 29d68fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
<div *ngIf="!isStoreFinder">
<button
(click)="toggleOpenHours()"
[attr.aria-expanded]="openHoursOpen"
class="cx-store-opening-hours-toggle"
>
{{ 'store.viewHours' | cxTranslate }}
<span class="cx-store-opening-hours-icon"
><cx-icon
aria-hidden="true"
[type]="
openHoursOpen ? ICON_TYPE.CARET_UP : ICON_TYPE.CARET_DOWN
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{{ 'store.viewHours' | cxTranslate }}
<span class="cx-store-opening-hours-icon"
><cx-icon
aria-hidden="true"
[type]="
openHoursOpen ? ICON_TYPE.CARET_UP : ICON_TYPE.CARET_DOWN
"
Expand Down

0 comments on commit 29d68fb

Please sign in to comment.