1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02:00

convert anchor link to button on trash page (#11351)

This commit is contained in:
Nick Krantz 2024-10-02 10:53:40 -05:00 committed by GitHub
parent acd47c2b79
commit af231b3914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,15 @@
</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