Skip to content

Commit 3e83190

Browse files
authored
Redirect to dashboard instead of playground
1 parent 0c5c918 commit 3e83190

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

apps/playground-web/src/components/blocks/APIHeader.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@ export function PageHeader(props: {
2424
{/* right */}
2525
<div className="flex flex-col gap-3 md:flex-row">
2626
<Button asChild>
27-
<Link target="_blank" href={props.docsLink}>
27+
<Link target="_blank" href={"https://thirdweb.com/dashboard?utm_source=playground"} >
2828
<BookOpenIcon className="mr-2 h-4 w-4" />
29-
Documentation
29+
Add instantly
3030
</Link>
3131
</Button>
3232
<Button asChild variant="outline" className="bg-card">
3333
<Link
34-
target="_blank"
35-
href="https://thirdweb.com/contact-us?utm_source=playground"
34+
target="_blank" href={props.docsLink}
3635
>
3736
<PresentationIcon className="mr-2 h-4 w-4" />
38-
Book a Demo
37+
Documentation
3938
</Link>
4039
</Button>
4140
</div>

0 commit comments

Comments
 (0)