Skip to content

Commit e95c55c

Browse files
style: auto-fix formatting
1 parent a5e5ef5 commit e95c55c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

showcase/shell-docs/src/components/brand-nav.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ type Brand = "copilotkit" | "ag-ui";
121121

122122
const AG_UI_PREFIXES = ["/ag-ui"];
123123

124-
const SHELL_HOST =
125-
process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
124+
const SHELL_HOST = process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
126125

127126
const COPILOTKIT_LINKS = [
128127
{ href: "/", label: "Docs" },

showcase/shell-docs/src/components/integration-grid.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import React from "react";
44
import { useFramework } from "./framework-provider";
55

6-
const SHELL_HOST =
7-
process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
6+
const SHELL_HOST = process.env.NEXT_PUBLIC_SHELL_URL ?? "http://localhost:3000";
87

98
export function IntegrationGrid({
109
path,

0 commit comments

Comments
 (0)