From 7a968a6df732337b9a1dcf50a753d5bbc48e7532 Mon Sep 17 00:00:00 2001 From: maria-rcks Date: Thu, 30 Jul 2026 12:24:21 -0400 Subject: [PATCH] fix(web): fill fast mode icon --- apps/web/src/components/chat/TraitsPicker.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/chat/TraitsPicker.tsx b/apps/web/src/components/chat/TraitsPicker.tsx index a9f910ec064..6593acd8e1f 100644 --- a/apps/web/src/components/chat/TraitsPicker.tsx +++ b/apps/web/src/components/chat/TraitsPicker.tsx @@ -476,7 +476,13 @@ export const TraitsPicker = memo(function TraitsPicker({ }); const fastModeIcon = showFastModeIcon ? ( <> - + Fast mode on ) : null;