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 3bd7f06 commit 2f9b416Copy full SHA for 2f9b416
src/components/index-page/how-it-works/index.tsx
@@ -87,7 +87,8 @@ function FigureInfo({ className }: { className?: string }) {
87
<InfoIcon className="size-4 shrink-0 translate-y-[2.25px]" />
88
<p className="text-neu-800">
89
Press <Kbd>Ctrl</Kbd>
90
- <Kbd className="ml-0.5">Space</Kbd> to show the completions, <MetaKey />
+ <Kbd className="ml-0.5">Space</Kbd> to open the completions menu,{" "}
91
+ <MetaKey />
92
<Kbd>Enter</Kbd> to run the query.
93
</p>
94
</div>
0 commit comments