Skip to content

Commit f7f179c

Browse files
authored
updated top cta in playground (#6774)
1 parent d0bf3f3 commit f7f179c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ 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}>
28-
<BookOpenIcon className="mr-2 h-4 w-4" />
29-
Documentation
30-
</Link>
31-
</Button>
32-
<Button asChild variant="outline" className="bg-card">
3327
<Link
3428
target="_blank"
35-
href="https://thirdweb.com/contact-us?utm_source=playground"
29+
href={"https://thirdweb.com/dashboard?utm_source=playground"}
3630
>
3731
<PresentationIcon className="mr-2 h-4 w-4" />
38-
Book a Demo
32+
Add instantly
33+
</Link>
34+
</Button>
35+
<Button asChild variant="outline" className="bg-card">
36+
<Link target="_blank" href={props.docsLink}>
37+
<BookOpenIcon className="mr-2 h-4 w-4" />
38+
Documentation
3939
</Link>
4040
</Button>
4141
</div>

0 commit comments

Comments
 (0)