We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e5ef5 commit e95c55cCopy full SHA for e95c55c
2 files changed
showcase/shell-docs/src/components/brand-nav.tsx
@@ -121,8 +121,7 @@ type Brand = "copilotkit" | "ag-ui";
121
122
const AG_UI_PREFIXES = ["/ag-ui"];
123
124
-const SHELL_HOST =
125
- process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
+const SHELL_HOST = process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
126
127
const COPILOTKIT_LINKS = [
128
{ href: "/", label: "Docs" },
showcase/shell-docs/src/components/integration-grid.tsx
@@ -3,8 +3,7 @@
3
import React from "react";
4
import { useFramework } from "./framework-provider";
5
6
7
8
9
export function IntegrationGrid({
10
path,
0 commit comments