1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-23531] rename SendCreatedIcon to ActiveSendIcon (#15528)

This commit is contained in:
✨ Audrey ✨
2025-07-08 09:54:55 -04:00
committed by GitHub
parent f11d50ada7
commit 109fb7fb94
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/pl
import { SendView } from "@bitwarden/common/tools/send/models/view/send.view";
import { SendService } from "@bitwarden/common/tools/send/services/send.service.abstraction";
import { ButtonModule, IconModule, ToastService } from "@bitwarden/components";
import { SendCreatedIcon } from "@bitwarden/send-ui";
import { ActiveSendIcon } from "@bitwarden/send-ui";
import { PopOutComponent } from "../../../../platform/popup/components/pop-out.component";
import { PopupFooterComponent } from "../../../../platform/popup/layout/popup-footer.component";
@@ -36,7 +36,7 @@ import { PopupPageComponent } from "../../../../platform/popup/layout/popup-page
],
})
export class SendCreatedComponent {
protected sendCreatedIcon = SendCreatedIcon;
protected sendCreatedIcon = ActiveSendIcon;
protected send: SendView;
protected daysAvailable = 0;
protected hoursAvailable = 0;