From 4973b70d190bfd5548d691fdd78250f1f64d5467 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Mon, 13 Jul 2026 16:19:34 +0100 Subject: [PATCH] fix(webapp): correct docs link on the blank prompts page --- .server-changes/prompts-blank-state-docs-link.md | 6 ++++++ apps/webapp/app/components/BlankStatePanels.tsx | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .server-changes/prompts-blank-state-docs-link.md diff --git a/.server-changes/prompts-blank-state-docs-link.md b/.server-changes/prompts-blank-state-docs-link.md new file mode 100644 index 00000000000..562b92ac863 --- /dev/null +++ b/.server-changes/prompts-blank-state-docs-link.md @@ -0,0 +1,6 @@ +--- +area: webapp +type: fix +--- + +Fix the docs link on the empty Prompts page, which pointed to a page that no longer exists. diff --git a/apps/webapp/app/components/BlankStatePanels.tsx b/apps/webapp/app/components/BlankStatePanels.tsx index 56a7c0da45d..5d166158e0b 100644 --- a/apps/webapp/app/components/BlankStatePanels.tsx +++ b/apps/webapp/app/components/BlankStatePanels.tsx @@ -748,11 +748,7 @@ export function PromptsNone() { iconClassName="text-aiPrompts" panelClassName="max-w-lg" accessory={ - + Prompts docs }