File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
apps/playground-web/src/components/blocks Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments