Skip to content

Commit d5ad571

Browse files
committed
added insight playground
1 parent 35b5a15 commit d5ad571

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Box,
55
Braces,
66
Brain,
7+
ExternalLink,
78
MessageCircleQuestionIcon,
89
Rocket,
910
StickyNote,
@@ -25,6 +26,11 @@ export const sidebar: SideBar = {
2526
href: `${insightSlug}/use-cases`,
2627
icon: <StickyNote />,
2728
},
29+
{
30+
name: "Playground",
31+
href: "https://playground.thirdweb.com/insight",
32+
icon: <ExternalLink />,
33+
},
2834
{
2935
name: "Get Started",
3036
href: `${insightSlug}/get-started`,

0 commit comments

Comments
 (0)