Small changes

This commit is contained in:
Lucas Oliveira 2024-02-24 23:51:04 +01:00
commit ff819bcbe9

View file

@ -180,7 +180,7 @@ export default function GenericNode({
} else if (!validationStatus) {
return "yellow-status";
} else {
return "status-build-animation";
return "yellow-status";
}
};