remove container within container

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-01-05 14:20:14 +00:00
parent a00234fef7
commit af22bbb647
@@ -80,7 +80,7 @@ const ExamplesTable = (props: { examples: ActionExample[] }) => {
<Grid container>
{props.examples.map(example => {
return (
<Grid container>
<>
<Grid lg={3}>
<Box padding={4}>
<Typography>{example.description}</Typography>
@@ -96,7 +96,7 @@ const ExamplesTable = (props: { examples: ActionExample[] }) => {
/>
</Box>
</Grid>
</Grid>
</>
);
})}
</Grid>