@@ -46,7 +46,7 @@ function StatusItem({ color, label }: { color: string; label: string }) {
return (
);
}
@@ -54,8 +54,8 @@ function StatusItem({ color, label }: { color: string; label: string }) {
function TierItem({ tier, label, color }: { tier: number; label: string; color: string }) {
return (
- T{tier}
- {label}
+ T{tier}
+ {label}
);
}
@@ -63,8 +63,8 @@ function TierItem({ tier, label, color }: { tier: number; label: string; color:
function CommItem({ icon, color, label }: { icon: string; color: string; label: string }) {
return (
- {icon}
- {label}
+ {icon}
+ {label}
);
}
diff --git a/canvas/src/components/WorkspaceNode.tsx b/canvas/src/components/WorkspaceNode.tsx
index 3b884d12..246fb512 100644
--- a/canvas/src/components/WorkspaceNode.tsx
+++ b/canvas/src/components/WorkspaceNode.tsx
@@ -126,11 +126,11 @@ export function WorkspaceNode({ id, data }: NodeProps
>)