Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/index-page/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function Hero() {
</ul>

<div className="flex items-center gap-4">
<Button href="/#try-it-out">Try it out</Button>
<Button href="/#how-it-works">Try it out</Button>
<Button href="/learn" variant="secondary">
<span className="sr-only">Read the </span> Docs
</Button>
Expand Down
1 change: 1 addition & 0 deletions src/components/index-page/how-it-works/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function HowItWorks() {
return (
<section
ref={sectionRef}
id="how-it-works"
className="gql-container gql-section xl:py-20"
// this is mostly for Playwright, we're not getting a hydration warning normally
suppressHydrationWarning
Expand Down
Loading