Skip to content

Commit bf48484

Browse files
committed
Change a comment
1 parent 8dda031 commit bf48484

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function HowItWorks() {
2525
<h2 className="typography-h2 mb-6 lg:mb-16">A GraphQL Query</h2>
2626
<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">
2727
<HowItWorksListItem text="Describe your data" code={<CodeA />} />
28-
{/* TODO: There's a blink on transition. We need to mount the new editor before unmounting the old one. */}
28+
{/* TODO: There's a blink on transition sometimes. We need to mount the new editor before unmounting the old one. */}
2929
{inView ? (
3030
<InteractiveEditor />
3131
) : (

0 commit comments

Comments
 (0)