- Cost: {blockCost.cost_amount} / {blockCost.cost_type}
+
+
+ {blockCost.cost_amount} per {blockCost.cost_type}
+
)}
{data.uiType !== BlockUIType.NOTE ? (
diff --git a/autogpt_platform/frontend/src/components/ui/icons.tsx b/autogpt_platform/frontend/src/components/ui/icons.tsx
index 4f9c85d3bd09..46a6ca44a959 100644
--- a/autogpt_platform/frontend/src/components/ui/icons.tsx
+++ b/autogpt_platform/frontend/src/components/ui/icons.tsx
@@ -301,6 +301,34 @@ export const IconRefresh = createIcon((props) => (
));
+/**
+ * Coin icon component.
+ *
+ * @component IconCoin
+ * @param {IconProps} props - The props object containing additional attributes and event handlers for the icon.
+ * @returns {JSX.Element} - The coins icon.
+ *
+ */
+export const IconCoin = createIcon((props) => (
+
+));
+
/**
* Menu icon component.
*