We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e83190 commit d8464ffCopy full SHA for d8464ff
apps/playground-web/src/components/blocks/APIHeader.tsx
@@ -25,6 +25,7 @@ export function PageHeader(props: {
25
<div className="flex flex-col gap-3 md:flex-row">
26
<Button asChild>
27
<Link target="_blank" href={"https://thirdweb.com/dashboard?utm_source=playground"} >
28
+ <PresentationIcon className="mr-2 h-4 w-4" />
29
<BookOpenIcon className="mr-2 h-4 w-4" />
30
Add instantly
31
</Link>
@@ -33,7 +34,7 @@ export function PageHeader(props: {
33
34
<Link
35
target="_blank" href={props.docsLink}
36
>
- <PresentationIcon className="mr-2 h-4 w-4" />
37
+ <BookOpenIcon className="mr-2 h-4 w-4" />
38
Documentation
39
40
</Button>
0 commit comments