File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
apps/playground-web/src/components/blocks Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ export function PageHeader(props: {
24
24
{ /* right */ }
25
25
< div className = "flex flex-col gap-3 md:flex-row" >
26
26
< 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" >
33
27
< Link
34
28
target = "_blank"
35
- href = "https://thirdweb.com/contact-us ?utm_source=playground"
29
+ href = { "https://thirdweb.com/dashboard ?utm_source=playground" }
36
30
>
37
31
< 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
39
39
</ Link >
40
40
</ Button >
41
41
</ div >
You can’t perform that action at this time.
0 commit comments