diff --git a/frontend/src/components/blueprints/BlueprintEmptyState.tsx b/frontend/src/components/blueprints/BlueprintEmptyState.tsx index 25c693e2..4b7113ae 100644 --- a/frontend/src/components/blueprints/BlueprintEmptyState.tsx +++ b/frontend/src/components/blueprints/BlueprintEmptyState.tsx @@ -16,7 +16,7 @@ export function BlueprintEmptyState({ onCreate, canCreate }: BlueprintEmptyState Deployments ยท Blueprints -

+

Declare once. Distribute everywhere.

@@ -47,7 +47,7 @@ function Step({ kicker, title, copy }: { kicker: string; title: string; copy: st return (

{kicker} - {title} + {title} {copy}
);