Skip to content

Commit 3fea1da

Browse files
committed
Align insight copy
1 parent ff0d0c9 commit 3fea1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-indexes/src/components/create-index-form/query-flow-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ const QueryFlowSection = ({
190190
{initialQuery && (
191191
<div className={insightStyles}>
192192
<InsightsChip />
193-
<p>
193+
<span>
194194
We prefilled the query input below based on your recently run query
195-
</p>
195+
</span>
196196
</div>
197197
)}
198198
<Body baseFontSize={16} weight="medium" className={headerStyles}>

0 commit comments

Comments
 (0)