Merge pull request #421 from spotify/rugvip/scaffold-fix
cli/templates: fix InfoCard usage in plugin template
This commit is contained in:
@@ -2,7 +2,10 @@ name: CLI Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths: ['.github/workflows/cli.yml', 'packages/cli/**']
|
||||
paths:
|
||||
- '.github/workflows/cli.yml'
|
||||
- 'packages/cli/**'
|
||||
- 'packages/core/**'
|
||||
types: [opened, reopened, edited, synchronize]
|
||||
|
||||
jobs:
|
||||
|
||||
+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