Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .server-changes/prompts-blank-state-docs-link.md
Original file line numberDiff line numberDiff line change
@@ -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.
6 changes: 1 addition & 5 deletions apps/webapp/app/components/BlankStatePanels.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -748,11 +748,7 @@ export function PromptsNone() {
iconClassName="text-aiPrompts"
panelClassName="max-w-lg"
accessory={
<LinkButton
to={docsPath("prompt-management")}
variant="docs/small"
LeadingIcon={BookOpenIcon}
>
<LinkButton to={docsPath("ai/prompts")} variant="docs/small" LeadingIcon={BookOpenIcon}>
Prompts docs
</LinkButton>
}
Expand Down