Skip to content

Commit b1103ca

Browse files
authored
fix(indexes): Align insight badge copy for Create Index Modal Query Flow section CLOUDP-323658 (#6989)
Align insight copy
1 parent 919a845 commit b1103ca

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)