Skip to content

Commit 4973b70

Browse files
committed
fix(webapp): correct docs link on the blank prompts page
1 parent b64b54c commit 4973b70

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
6+
Fix the docs link on the empty Prompts page, which pointed to a page that no longer exists.

apps/webapp/app/components/BlankStatePanels.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,7 @@ export function PromptsNone() {
748748
iconClassName="text-aiPrompts"
749749
panelClassName="max-w-lg"
750750
accessory={
751-
<LinkButton
752-
to={docsPath("prompt-management")}
753-
variant="docs/small"
754-
LeadingIcon={BookOpenIcon}
755-
>
751+
<LinkButton to={docsPath("ai/prompts")} variant="docs/small" LeadingIcon={BookOpenIcon}>
756752
Prompts docs
757753
</LinkButton>
758754
}

0 commit comments

Comments
 (0)