Skip to content

Commit

Permalink
[docs-infra] Simplify docs demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 24, 2024
1 parent cd7111a commit e4a9acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/pages/experiments/docs/DemoInDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import Stack from '@mui/material/Stack';
export default function DemoInDocs() {
return (
<Stack sx={{ width: '100%' }} spacing={2}>
<Alert severity="error">This is an error alert — check it out!</Alert>
<Alert severity="warning">This is a warning alert — check it out!</Alert>
<Alert severity="info">This is an info alert — check it out!</Alert>
<Alert severity="success">This is a success alert — check it out!</Alert>
</Stack>
);
}
4 changes: 2 additions & 2 deletions docs/pages/experiments/docs/DemoInDocs.tsx.preview
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<Alert severity="error">This is an error alert — check it out!</Alert>
<Alert severity="warning">This is a warning alert — check it out!</Alert>
<Alert severity="info">This is an info alert — check it out!</Alert>
<Alert severity="success">This is a success alert — check it out!</Alert>

0 comments on commit e4a9acc

Please sign in to comment.