Skip to content

Commit

Permalink
fix: use button instead of a for avatar dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 15, 2024
1 parent cc600e6 commit 3d0d492
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<it-dropdown id="dropdown" class="dropdown">
<a button role="button" class="" aria-pressed="false">
<ng-content select="[it-avatar-dropdown-toggle]"></ng-content>
</a>
<ng-content button select="[it-avatar-dropdown-toggle]"></ng-content>
<ng-container list class="dropdown-menu">
<li *ngFor="let item of items">
<a *ngIf="item.link; else nolink"
Expand Down

0 comments on commit 3d0d492

Please sign in to comment.