diff --git a/apps/browser/src/popup/images/bwi-passkey.png b/apps/browser/src/popup/images/bwi-passkey.png new file mode 100644 index 00000000000..702be33446e Binary files /dev/null and b/apps/browser/src/popup/images/bwi-passkey.png differ diff --git a/apps/desktop/src/images/bwi-passkey.png b/apps/desktop/src/images/bwi-passkey.png new file mode 100644 index 00000000000..702be33446e Binary files /dev/null and b/apps/desktop/src/images/bwi-passkey.png differ diff --git a/apps/web/src/images/bwi-passkey.png b/apps/web/src/images/bwi-passkey.png new file mode 100644 index 00000000000..702be33446e Binary files /dev/null and b/apps/web/src/images/bwi-passkey.png differ diff --git a/libs/angular/src/vault/components/icon.component.ts b/libs/angular/src/vault/components/icon.component.ts index a0c0ae8eee1..57ce74a94ae 100644 --- a/libs/angular/src/vault/components/icon.component.ts +++ b/libs/angular/src/vault/components/icon.component.ts @@ -97,7 +97,7 @@ export class IconComponent implements OnInit { fallbackImage = cipher.type === CipherType.Login ? "images/bwi-globe.png" - : "images/bwi-passkey"; + : "images/bwi-passkey.png"; } catch (e) { // Ignore error since the fallback icon will be shown if image is null. }