Skip to content

Commit

Permalink
Added aria-expanded attribute to options button on web send add edit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-rosado committed Jun 24, 2024
1 parent ffb99ef commit ce75800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/tools/send/add-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h4 bitTypography="h4" class="tw-mt-5">{{ "share" | i18n }}</h4>
</bit-form-control>
<div class="tw-mt-5 tw-flex" (click)="toggleOptions()">
<h4 bitTypography="h4" class="tw-mb-0 tw-mr-2">
<button type="button" bitLink appStopClick>
<button type="button" bitLink appStopClick [attr.aria-expanded]="showOptions">
<i
class="bwi"
aria-hidden="true"
Expand Down

0 comments on commit ce75800

Please sign in to comment.