Merge pull request #421 from spotify/rugvip/scaffold-fix

cli/templates: fix InfoCard usage in plugin template
This commit is contained in:
Stefan Ålund
2020-03-31 08:10:44 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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:
@@ -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>