File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/compass-collection/src/components/mock-data-generator-modal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 } >
You can’t perform that action at this time.
0 commit comments