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 919a845 commit b1103caCopy full SHA for b1103ca
packages/compass-indexes/src/components/create-index-form/query-flow-section.tsx
@@ -190,9 +190,9 @@ const QueryFlowSection = ({
190
{initialQuery && (
191
<div className={insightStyles}>
192
<InsightsChip />
193
- <p>
+ <span>
194
We prefilled the query input below based on your recently run query
195
- </p>
+ </span>
196
</div>
197
)}
198
<Body baseFontSize={16} weight="medium" className={headerStyles}>
0 commit comments