Skip to content

Commit 38ab1de

Browse files
docs: list perplexity before cursor in prompt custom action example
Co-Authored-By: Devin Logan <devinannlogan@gmail.com>
1 parent 6b39230 commit 38ab1de

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

fern/products/docs/pages/changelog/2026-05-01.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The `<Prompt>` component's `actions` prop now accepts custom action objects with
1616
<Prompt
1717
title="Generate a TypeScript SDK"
1818
actions={[
19-
"cursor",
20-
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" }
19+
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" },
20+
"cursor"
2121
]}
2222
>
2323
Generate a TypeScript SDK from my OpenAPI spec. Follow the [TypeScript SDK quickstart](https://buildwithfern.com/learn/sdks/generators/typescript/quickstart.md).

fern/products/docs/pages/component-library/default-components/prompt.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Pass a `{ label, url, icon? }` object in `actions` to point at any AI tool. Cust
108108
<Prompt
109109
title="Generate a TypeScript SDK"
110110
actions={[
111-
"cursor",
112-
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" }
111+
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" },
112+
"cursor"
113113
]}
114114
>
115115
Generate a TypeScript SDK from my OpenAPI spec. Follow the [TypeScript SDK quickstart](https://buildwithfern.com/learn/sdks/generators/typescript/quickstart.md).
@@ -121,8 +121,8 @@ Pass a `{ label, url, icon? }` object in `actions` to point at any AI tool. Cust
121121
<Prompt
122122
title="Generate a TypeScript SDK"
123123
actions={[
124-
"cursor",
125-
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" }
124+
{ label: "Open in Perplexity", url: "https://www.perplexity.ai/search?q={prompt}", icon: "magnifying-glass" },
125+
"cursor"
126126
]}
127127
>
128128
Generate a TypeScript SDK from my OpenAPI spec. Follow the [TypeScript SDK quickstart](https://buildwithfern.com/learn/sdks/generators/typescript/quickstart.md).

0 commit comments

Comments
 (0)