We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70745a commit c37376aCopy full SHA for c37376a
2 files changed
frontend/app/(app)/mcp-setup/page.tsx frontend/app/(app)/ai-setup/page.tsxfrontend/app/(app)/mcp-setup/page.tsx renamed to frontend/app/(app)/ai-setup/page.tsx
frontend/app/(app)/page.tsx
@@ -196,7 +196,7 @@ export default function Dashboard() {
196
variant="secondary"
197
className="shrink-0 border-violet-200/90 bg-background/90 shadow-sm hover:bg-background dark:border-violet-800/55"
198
>
199
- <Link href="/mcp-setup">MCP Setup</Link>
+ <Link href="/ai-setup">MCP Setup</Link>
200
</Button>
201
</div>
202
0 commit comments