Skip to content

Commit

Permalink
add v5 to the dropdown versions
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 27, 2024
1 parent 75ab6a4 commit 6d178d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ function AppWrapper(props) {
wordmarkSvg: muiSvgWordmarkString,
versions: [
{ text: `v${materialPkgJson.version}`, current: true },
{
text: 'v5',
href: `https://v5.mui.com${languagePrefix}/getting-started/installation/`,
},
{
text: 'v4',
href: `https://v4.mui.com${languagePrefix}/getting-started/installation/`,
Expand Down

0 comments on commit 6d178d6

Please sign in to comment.