From ff819bcbe98c157954c324a122bc46ce07dea352 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Sat, 24 Feb 2024 23:51:04 +0100 Subject: [PATCH] Small changes --- src/frontend/src/CustomNodes/GenericNode/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index c50a5c7a8..84be5d127 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -180,7 +180,7 @@ export default function GenericNode({ } else if (!validationStatus) { return "yellow-status"; } else { - return "status-build-animation"; + return "yellow-status"; } };