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 35b5a15 commit d5ad571Copy full SHA for d5ad571
apps/portal/src/app/insight/sidebar.tsx
@@ -4,6 +4,7 @@ import {
4
Box,
5
Braces,
6
Brain,
7
+ ExternalLink,
8
MessageCircleQuestionIcon,
9
Rocket,
10
StickyNote,
@@ -25,6 +26,11 @@ export const sidebar: SideBar = {
25
26
href: `${insightSlug}/use-cases`,
27
icon: <StickyNote />,
28
},
29
+ {
30
+ name: "Playground",
31
+ href: "https://playground.thirdweb.com/insight",
32
+ icon: <ExternalLink />,
33
+ },
34
{
35
name: "Get Started",
36
href: `${insightSlug}/get-started`,
0 commit comments