From 8f9d4adfeee531a2fbed47235395f356ff43ccc8 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Thu, 26 Sep 2024 15:41:47 +0200 Subject: [PATCH] update font --- autogpt_platform/frontend/src/components/CustomNode.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autogpt_platform/frontend/src/components/CustomNode.tsx b/autogpt_platform/frontend/src/components/CustomNode.tsx index 7f2ccf1e70..ab4333cf89 100644 --- a/autogpt_platform/frontend/src/components/CustomNode.tsx +++ b/autogpt_platform/frontend/src/components/CustomNode.tsx @@ -560,7 +560,7 @@ export function CustomNode({ data, id, width, height }: NodeProps) {
-
+
{beautifyString( data.blockType?.replace(/Block$/, "") || data.title, )} @@ -573,9 +573,9 @@ export function CustomNode({ data, id, width, height }: NodeProps) {
{blockCost && ( -
+
- {blockCost.cost_amount} per {blockCost.cost_type} + {blockCost.cost_amount} per {blockCost.cost_type}
)}