Skip to content

Commit c98c406

Browse files
lint
1 parent 5773c93 commit c98c406

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

apps/playground-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"date-fns": "4.1.0",
21-
"fetch-event-stream": "^1.0.1",
21+
"fetch-event-stream": "0.1.5",
2222
"lucide-react": "0.525.0",
2323
"next": "15.3.5",
2424
"next-themes": "^0.4.6",
@@ -32,7 +32,7 @@
3232
"react-pick-color": "^2.0.0",
3333
"server-only": "^0.0.1",
3434
"shiki": "1.27.0",
35-
"sonner": "^1.7.1",
35+
"sonner": "2.0.6",
3636
"tailwind-merge": "^2.6.0",
3737
"thirdweb": "workspace:*",
3838
"use-debounce": "^10.0.5",

apps/portal/src/app/ai/sidebar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BookIcon, PlayIcon, ZapIcon } from "lucide-react";
1+
import { BookIcon, ExternalLinkIcon, ZapIcon } from "lucide-react";
22
import type { SideBar } from "@/components/Layouts/DocLayout";
33

44
export const sidebar: SideBar = {
@@ -13,9 +13,9 @@ export const sidebar: SideBar = {
1313
icon: <ZapIcon />,
1414
},
1515
{
16-
name: "Playground",
17-
href: "https://playground.thirdweb.com/ai/chat",
18-
icon: <PlayIcon />,
16+
name: "Playground",
17+
href: "https://playground.thirdweb.com/ai/chat",
18+
icon: <ExternalLinkIcon />,
1919
},
2020
{
2121
name: "Streaming Responses",

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)