1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[PM-10651] Use bitLink instead of icon button and add a11y title (#10483)

This commit is contained in:
Shane Melton
2024-08-13 10:15:14 -07:00
committed by GitHub
parent 6651f930aa
commit f017edb088
4 changed files with 13 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ import {
CardComponent,
FormFieldModule,
IconButtonModule,
LinkModule,
PopoverModule,
SectionComponent,
SectionHeaderComponent,
@@ -43,6 +44,7 @@ import { AutofillOptionsComponent } from "../autofill-options/autofill-options.c
NgIf,
PopoverModule,
AutofillOptionsComponent,
LinkModule,
],
})
export class LoginDetailsSectionComponent implements OnInit {