Skip to content

Commit

Permalink
improve migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Dec 30, 2024
1 parent 50132c8 commit 033760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/migration/migration-from-v7-to-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Perform the following changes:

### Rename `Menu` and related components to `MainNavigation` in `@comet/admin`

To better differentiate between imports from `@comet/admin` and `mui`, `Menu` and its related components are renamed:
To better differentiate between imports from `@comet/admin` and `@mui/material`, the following components and related types have been renamed:

- `Menu` → `MainNavigation`
- `MenuProps` → `MainNavigationProps`
Expand Down

0 comments on commit 033760a

Please sign in to comment.