Skip to content

Commit 403c96a

Browse files
committed
Remove inert
1 parent fc1a718 commit 403c96a

File tree

1 file changed

+1
-6
lines changed
  • src/components/index-page/how-it-works

1 file changed

+1
-6
lines changed

src/components/index-page/how-it-works/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,11 @@ export function HowItWorks() {
3434
<ol className="gql-radial-gradient list-none gap-px max-md:bg-gradient-to-r max-md:from-transparent max-md:via-neu-400 max-md:to-transparent lg:grid lg:grid-cols-3">
3535
<HowItWorksListItem text="Describe your data" code={<CodeA />} />
3636
<HowItWorksListItem
37-
inert={inView}
3837
text="Ask for what you want"
3938
icon={<PlayButton disabled={inView} />}
4039
code={<CodeB />}
4140
/>
42-
<HowItWorksListItem
43-
inert={inView}
44-
text="Get predictable results"
45-
code={<CodeC />}
46-
/>
41+
<HowItWorksListItem text="Get predictable results" code={<CodeC />} />
4742
</ol>
4843
{inView && (
4944
<ol

0 commit comments

Comments
 (0)