Skip to content

Commit 3faff79

Browse files
committed
Remove tip
1 parent 86697e6 commit 3faff79

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/app/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ export default async function Page(props: {
6262
{/*@ts-expect-error: this library type is incorrect in v3*/}
6363
<LLMCopyButton slug={params.slug} />
6464
<ViewOptions markdownUrl={`${page.url}.mdx`} githubUrl={`check`} />
65-
<div className="text-xs px-3 py-1.5 bg-fd-secondary/50 border border-fd-border rounded-lg text-fd-muted-foreground shadow-sm">
66-
💡 Tip: Use this dropdown to get help from AI tools like ChatGPT or Claude.
67-
</div>
68-
6965
</div>
7066
<DocsDescription>{page.data.description}</DocsDescription>
7167
<DocsBody>

0 commit comments

Comments
 (0)