Skip to content

Commit 9ef8bbd

Browse files
committed
Make all h2
1 parent 16405b2 commit 9ef8bbd

File tree

1 file changed

+3
-3
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+3
-3
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const ScriptScreen = () => {
6666
return (
6767
<section className={outerSectionStyles}>
6868
<section>
69-
<Body baseFontSize={16} weight="medium">
69+
<Body as="h2" baseFontSize={16} weight="medium">
7070
Prerequisites
7171
</Body>
7272
<Body className={css({ marginTop: spacing[200] })}>
@@ -89,7 +89,7 @@ const ScriptScreen = () => {
8989
</ul>
9090
</section>
9191
<section>
92-
<Body baseFontSize={16} weight="medium">
92+
<Body as="h2" baseFontSize={16} weight="medium">
9393
1. Create a .js file with the following script
9494
</Body>
9595
<Body className={sectionInstructionStyles}>
@@ -102,7 +102,7 @@ const ScriptScreen = () => {
102102
</Code>
103103
</section>
104104
<section>
105-
<Body baseFontSize={16} weight="medium">
105+
<Body as="h2" baseFontSize={16} weight="medium">
106106
2. Run the script with <InlineCode>mongosh</InlineCode>
107107
</Body>
108108
<Body className={sectionInstructionStyles}>

0 commit comments

Comments
 (0)