diff --git a/canvas/src/components/EmptyState.tsx b/canvas/src/components/EmptyState.tsx index ebaa0289..998d88c0 100644 --- a/canvas/src/components/EmptyState.tsx +++ b/canvas/src/components/EmptyState.tsx @@ -79,8 +79,8 @@ export function EmptyState() { }; return ( -
-
+
+
{/* Logo */} @@ -107,7 +107,7 @@ export function EmptyState() { {loading ? (
Loading templates...
) : templates.length > 0 ? ( -
+
{templates.map((t) => { const tierColor = TIER_COLORS[t.tier] || TIER_COLORS[1]; return ( diff --git a/canvas/src/components/TemplatePalette.tsx b/canvas/src/components/TemplatePalette.tsx index 12cb9fdf..e94f6363 100644 --- a/canvas/src/components/TemplatePalette.tsx +++ b/canvas/src/components/TemplatePalette.tsx @@ -112,25 +112,25 @@ export function OrgTemplatesSection() { return (
-
- +
+ {o.name || o.dir} - - {o.workspaces}w + + {o.workspaces} workspaces
{o.description && ( -

+

{o.description}

)}