From eb8f2021cbdbac2b68d248e94f4c5801a6db4453 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 6 Dec 2025 23:49:56 +0200 Subject: [PATCH] fix(toast): add fallback if icon doesn't start with bx- --- apps/client/src/widgets/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/Toast.tsx b/apps/client/src/widgets/Toast.tsx index 643cad551..02ed6d397 100644 --- a/apps/client/src/widgets/Toast.tsx +++ b/apps/client/src/widgets/Toast.tsx @@ -26,7 +26,7 @@ function Toast({ id, title, autohide, delay, progress, message, icon }: ToastOpt }, [ autohide, id, delay ]); const closeButton =