We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda40e0 commit b9bcfc8Copy full SHA for b9bcfc8
src/components/index-page/hero/index.tsx
@@ -29,7 +29,7 @@ export function Hero() {
29
</ul>
30
31
<div className="flex items-center gap-4">
32
- <Button href="/#try-it-out">Try it out</Button>
+ <Button href="/#how-it-works">Try it out</Button>
33
<Button href="/learn" variant="secondary">
34
<span className="sr-only">Read the </span> Docs
35
</Button>
src/components/index-page/how-it-works/index.tsx
@@ -32,6 +32,7 @@ export function HowItWorks() {
return (
<section
ref={sectionRef}
+ id="how-it-works"
36
className="gql-container gql-section xl:py-20"
37
// this is mostly for Playwright, we're not getting a hydration warning normally
38
suppressHydrationWarning
0 commit comments