Skip to content

Commit

Permalink
fix: Drop the "MUI"
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Mar 7, 2024
1 parent 9511a18 commit 3a0875b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/layouts/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function AppFooter(props: AppFooterProps) {
MUI X
</Link>
<Link prefetch={false} href={ROUTES.productToolpad}>
MUI Toolpad
Toolpad
</Link>
<Link prefetch={false} href={ROUTES.productTemplates}>
Templates
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 @@ -204,7 +204,7 @@ export default function MuiProductSelector() {
<ProductSubMenu
role="menuitem"
icon={<IconImage name="product-toolpad" />}
name="MUI Toolpad"
name="Toolpad"
description="Low-code admin builder."
chip={<Chip size="small" label="Beta" color="primary" variant="outlined" />}
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/writing-rules/BrandName.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ swap:
MUI System: MUI System
MUI Store: MUI Store
MUI Core: MUI Core
MUI Toolpad: MUI Toolpad
Toolpad: Toolpad
MUI Connect: MUI Connect
Stack Overflow: Stack Overflow
# Don't forget to run the following command to generate the package writing-rules.zip file
Expand Down

0 comments on commit 3a0875b

Please sign in to comment.