mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 20:04:02 +00:00
[CL-581] Update svgs to new designs and make responsive (#16219)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Component, input } from "@angular/core";
|
||||
|
||||
import { Search } from "@bitwarden/assets/svg";
|
||||
import { NoResults } from "@bitwarden/assets/svg";
|
||||
|
||||
import { BitIconComponent } from "../icon/icon.component";
|
||||
|
||||
@@ -13,5 +13,5 @@ import { BitIconComponent } from "../icon/icon.component";
|
||||
imports: [BitIconComponent],
|
||||
})
|
||||
export class NoItemsComponent {
|
||||
readonly icon = input(Search);
|
||||
readonly icon = input(NoResults);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user