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 8846229 commit bba7ad0Copy full SHA for bba7ad0
src/components/index-page/how-it-works/index.tsx
@@ -67,7 +67,9 @@ export function HowItWorks() {
67
</ol>
68
)}
69
</div>
70
- <FigureInfo className={interacted ? "hidden" : ""} />
+ <FigureInfo
71
+ className={clsx("transition-opacity", interacted ? "opacity-0" : "")}
72
+ />
73
74
<Button className="mx-auto mt-8 w-fit lg:mt-16" href={TRY_IT_OUT_URL}>
75
Try GraphiQL
0 commit comments