From 239355e1dceff9fdd79731997a9b1c712b31b7f9 Mon Sep 17 00:00:00 2001 From: Wes Date: Fri, 6 Oct 2023 14:22:41 -0700 Subject: [PATCH] fix: call icon was not red on error (#468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ![Screenshot 2023-10-06 at 2 10 25 PM](https://github.com/TBD54566975/ftl/assets/51647/a1598a4b-5beb-4a32-9abe-6493f25f89b6) --- console/client/src/features/timeline/TimelineIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/client/src/features/timeline/TimelineIcon.tsx b/console/client/src/features/timeline/TimelineIcon.tsx index d4ab840f5a..de65e867bb 100644 --- a/console/client/src/features/timeline/TimelineIcon.tsx +++ b/console/client/src/features/timeline/TimelineIcon.tsx @@ -15,7 +15,7 @@ export const TimelineIcon = ({ event }: Props) => { return event.entry.value.sourceVerbRef ? ( ) : ( - + ) } case 'deploymentCreated':