From 0d3d21659f1ad338ba4b19e2e36bd17c28ebf505 Mon Sep 17 00:00:00 2001 From: Katia Bulatova Date: Fri, 7 Aug 2026 10:47:00 +0000 Subject: [PATCH] feat(webapp): drop the agent button from the deploy blank states --- apps/webapp/app/components/BlankStatePanels.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/webapp/app/components/BlankStatePanels.tsx b/apps/webapp/app/components/BlankStatePanels.tsx index 419017322..964bcc738 100644 --- a/apps/webapp/app/components/BlankStatePanels.tsx +++ b/apps/webapp/app/components/BlankStatePanels.tsx @@ -34,7 +34,6 @@ import { v3NewProjectAlertPath, v3NewSchedulePath, } from "~/utils/pathBuilder"; -import { AskAgentButton } from "./dashboard-agent/AskAgentButton"; import { CodeBlock } from "./code/CodeBlock"; import { InlineCode } from "./code/InlineCode"; import { environmentFullTitle, EnvironmentIcon } from "./environments/EnvironmentLabel"; @@ -62,9 +61,6 @@ import { import { StepContentContainer } from "./StepContentContainer"; import { V4Badge } from "./V4Badge"; -const ASK_AGENT_DEPLOY_PROMPT = - "I'm trying to deploy my tasks to this environment. Walk me through it and tell me if anything about this project or environment is going to get in the way."; - function DeployDocsLinks() { return ( <> @@ -302,7 +298,7 @@ export function DeploymentsNoneDev() { Deploy your tasks
- } /> +
@@ -668,7 +664,7 @@ function DeploymentOnboardingSteps() {
- } /> +