cli/templates: fix InfoCard usage in plugin template
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ const ExampleComponent: FC<{}> = () => (
|
||||
</ContentHeader>
|
||||
<Grid container spacing={3} direction="column">
|
||||
<Grid item>
|
||||
<InfoCard title="Information card" maxWidth>
|
||||
<InfoCard title="Information card">
|
||||
<Typography variant="body1">
|
||||
All content should be wrapped in a card like this.
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user