Skip to content

Commit

Permalink
[docs] Improve upgrade experience from Material UI v4 (#39522)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Co-authored-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
oliviertassinari and samuelsycamore committed Oct 19, 2023
1 parent f30b341 commit bda562b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/src/modules/components/AppFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,11 @@ function AppFrame(props) {
<AppBar className={appBarClassName}>
<Typography variant="body2" className={classes.banner} noWrap>
{t('v5IsOut')}{' '}
<Link color="inherit" className={classes.bannerLink} href="https://mui.com">
<Link
color="inherit"
className={classes.bannerLink}
href="https://mui.com/material-ui/migration/migration-v4/"
>
{t('v5docsLink')}
</Link>{' '}
{t('v5startAdoption')}
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"toggleRTL": "Toggle right-to-left/left-to-right",
"toggleTheme": "Toggle light/dark theme",
"traffic": "Traffic",
"v5IsOut": "🎉 v5 is out! Head to the",
"v5docsLink": "documentation",
"v5IsOut": "🎉 Material UI v5 is out! Head to the",
"v5docsLink": "migration guide",
"v5startAdoption": "to get started.",
"usage": "Usage",
"usageButton": "Explore the docs",
Expand Down

0 comments on commit bda562b

Please sign in to comment.