Skip to content

Commit

Permalink
convert anchor link to button on trash page
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-livefront committed Oct 1, 2024
1 parent 97a97c4 commit da7b076
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ <h2 bitTypography="h6">
</bit-section-header>
<bit-item-group>
<bit-item *ngFor="let cipher of ciphers">
<a
<button
bit-item-content
type="button"
[appA11yTitle]="'viewItemTitle' | i18n: cipher.name"
(click)="onViewCipher(cipher)"
>
<app-vault-icon slot="start" [cipher]="cipher"></app-vault-icon>
<span data-testid="item-name">{{ cipher.name }}</span>
</a>
</button>
<ng-container slot="end" *ngIf="cipher.edit">
<bit-item-action>
<button
Expand Down

0 comments on commit da7b076

Please sign in to comment.