Skip to content

Commit 879c7d3

Browse files
committed
Add [Try it out] link to the Hero
1 parent e0ea092 commit 879c7d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/index-page/hero/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ export function Hero() {
2929
</ul>
3030

3131
<div className="flex items-center gap-4">
32-
<Button href="/learn" className="max-sm:w-full">
33-
Learn more<span className="sr-only"> about GraphQL</span>
32+
<Button href="/learn/#try-it-out">Try it out</Button>
33+
<Button href="/learn" variant="secondary">
34+
<span className="sr-only">Read the </span> Docs
3435
</Button>
3536
</div>
3637
</div>

0 commit comments

Comments
 (0)