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: {
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 >
You can’t perform that action at this time.
0 commit comments