mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[CL-581] Update svgs to new designs and make responsive (#16219)
This commit is contained in:
@@ -2,12 +2,12 @@ import { Component } from "@angular/core";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import { NoCredentialsIcon } from "@bitwarden/assets/svg";
|
||||
import { IconModule, TypographyModule } from "@bitwarden/components";
|
||||
import { NoItemsModule } from "@bitwarden/components";
|
||||
|
||||
@Component({
|
||||
selector: "bit-empty-credential-history",
|
||||
templateUrl: "empty-credential-history.component.html",
|
||||
imports: [JslibModule, IconModule, TypographyModule],
|
||||
imports: [JslibModule, NoItemsModule],
|
||||
})
|
||||
export class EmptyCredentialHistoryComponent {
|
||||
noCredentialsIcon = NoCredentialsIcon;
|
||||
|
||||
Reference in New Issue
Block a user