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.
inert
1 parent fc1a718 commit 403c96aCopy full SHA for 403c96a
src/components/index-page/how-it-works/index.tsx
@@ -34,16 +34,11 @@ export function HowItWorks() {
34
<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">
35
<HowItWorksListItem text="Describe your data" code={<CodeA />} />
36
<HowItWorksListItem
37
- inert={inView}
38
text="Ask for what you want"
39
icon={<PlayButton disabled={inView} />}
40
code={<CodeB />}
41
/>
42
- <HowItWorksListItem
43
44
- text="Get predictable results"
45
- code={<CodeC />}
46
- />
+ <HowItWorksListItem text="Get predictable results" code={<CodeC />} />
47
</ol>
48
{inView && (
49
<ol
0 commit comments