-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Fix typo in transition docs (#28312)
- Loading branch information
1 parent
8173909
commit b6715ec
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/src/pages/customization/transitions/TransitionHover.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<NoSsr> | ||
<MuiThemeProvider theme={customTheme}> | ||
<ThemeProvider theme={customTheme}> | ||
<Styledvatar>OP</Styledvatar> | ||
<StyledAvatar>OP</StyledAvatar> | ||
</ThemeProvider> | ||
</MuiThemeProvider> | ||
</NoSsr> |