Skip to content

Commit d8464ff

Browse files
authored
fix
1 parent 3e83190 commit d8464ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function PageHeader(props: {
2525
<div className="flex flex-col gap-3 md:flex-row">
2626
<Button asChild>
2727
<Link target="_blank" href={"https://thirdweb.com/dashboard?utm_source=playground"} >
28+
<PresentationIcon className="mr-2 h-4 w-4" />
2829
<BookOpenIcon className="mr-2 h-4 w-4" />
2930
Add instantly
3031
</Link>
@@ -33,7 +34,7 @@ export function PageHeader(props: {
3334
<Link
3435
target="_blank" href={props.docsLink}
3536
>
36-
<PresentationIcon className="mr-2 h-4 w-4" />
37+
<BookOpenIcon className="mr-2 h-4 w-4" />
3738
Documentation
3839
</Link>
3940
</Button>

0 commit comments

Comments
 (0)