Skip to content

Commit

Permalink
Move to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed May 16, 2023
1 parent 5582ad1 commit 755fc91
Show file tree
Hide file tree
Showing 3 changed files with 32,386 additions and 31,836 deletions.
4 changes: 1 addition & 3 deletions docs/src/components/header/HeaderNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,7 @@ export default function HeaderNavBar() {
href={ROUTES.productToolpad}
icon={<IconImage name="product-toolpad" />}
name="MUI Toolpad"
chip={
<Chip label="Alpha" size="small" color="primary" variant="outlined" />
}
chip={<Chip label="Beta" size="small" color="primary" variant="outlined" />}
description="Low-code admin builder."
onKeyDown={handleKeyDown}
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/MuiProductSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function MuiProductSelector() {
icon={<IconImage name="product-toolpad" />}
name="MUI Toolpad"
description="Low-code admin builder."
chip={<Chip size="small" label="Alpha" color="primary" variant="outlined" />}
chip={<Chip size="small" label="Beta" color="primary" variant="outlined" />}
/>
</Link>
</li>
Expand Down
Loading

0 comments on commit 755fc91

Please sign in to comment.