Browse Source

fix: wrap sections

fix/faqs
Thomas Osmonson 4 years ago
committed by Thomas Osmonson
parent
commit
ea59bb7541
  1. 4
      src/components/cli-reference.tsx

4
src/components/cli-reference.tsx

@ -26,7 +26,7 @@ const InlineCode = ({ children, ...rest }: any) => (
);
const ReferenceEntry = ({ entry, usage }) => (
<>
<Components.section>
<Components.h4>{entry.command}</Components.h4>
<Components.p>
@ -91,7 +91,7 @@ const ReferenceEntry = ({ entry, usage }) => (
</Grid>
);
})}
</>
</Components.section>
);
export const CLIReferenceTable = ({ mdx }) =>

Loading…
Cancel
Save