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 e0ea092 commit 879c7d3Copy full SHA for 879c7d3
src/components/index-page/hero/index.tsx
@@ -29,8 +29,9 @@ export function Hero() {
29
</ul>
30
31
<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>
+ <Button href="/learn/#try-it-out">Try it out</Button>
+ <Button href="/learn" variant="secondary">
34
+ <span className="sr-only">Read the </span> Docs
35
</Button>
36
</div>
37
0 commit comments