Skip to content

Commit afd6b7a

Browse files
committed
updated the spacing
1 parent 10e1c65 commit afd6b7a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -362,18 +362,20 @@ const IndexFlowSection = ({
362362
className={codeStyles}
363363
data-testid="index-flow-section-covered-queries-examples"
364364
>
365-
<p>{coveredQueries}</p>
365+
{coveredQueries}
366366
</Body>
367-
<Link
368-
href="https://www.mongodb.com/docs/manual/core/query-optimization/"
369-
onClick={() => {
370-
track('Covered Queries Learn More Clicked', {
371-
context: 'Create Index Modal',
372-
});
373-
}}
374-
>
375-
Learn about covered queries
376-
</Link>
367+
<p>
368+
<Link
369+
href="https://www.mongodb.com/docs/manual/core/query-optimization/"
370+
onClick={() => {
371+
track('Covered Queries Learn More Clicked', {
372+
context: 'Create Index Modal',
373+
});
374+
}}
375+
>
376+
Learn about covered queries
377+
</Link>
378+
</p>
377379

378380
{!!optimalQueries && (
379381
<>

0 commit comments

Comments
 (0)