File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ const Footer = () => {
1313 { `Modular Material Admin React` } { ' ' }
1414 < Link
1515 color = "primary"
16- href = "https://github.com/modularcode/modular-material- admin-react/releases"
16+ href = "https://github.com/modularcode/modular-admin-react/releases"
1717 >
1818 v{ pkg . version }
1919 </ Link >
2020 { ' | ' }
2121 < Link
2222 color = "primary"
23- href = "https://github.com/modularcode/modular-material- admin-react/blob/master/LICENSE"
23+ href = "https://github.com/modularcode/modular-admin-react/blob/master/LICENSE"
2424 >
2525 MIT License
2626 </ Link >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const AppHeaderDemoButtons = props => {
1919 variant = "outlined"
2020 color = "primary"
2121 className = { classes . button }
22- href = "https://github.com/modularcode/modular-material- admin-react"
22+ href = "https://github.com/modularcode/modular-admin-react"
2323 >
2424 < IconCode className = { classes . demoIcon } />
2525 < span className = { classes . demoName } > View on GitHub</ span >
@@ -31,7 +31,7 @@ const AppHeaderDemoButtons = props => {
3131 variant = "outlined"
3232 color = "primary"
3333 className = { classes . button }
34- href = "https://github.com/modularcode/modular-material- admin-react/releases"
34+ href = "https://github.com/modularcode/modular-admin-react/releases"
3535 >
3636 < IconDownload className = { classes . demoIcon } />
3737 < span className = { classes . demoName } > Download</ span >
@@ -43,7 +43,7 @@ const AppHeaderDemoButtons = props => {
4343 variant = "outlined"
4444 color = "primary"
4545 className = { classes . button }
46- href = "https://github.com/modularcode/modular-material- admin-react/stargazers"
46+ href = "https://github.com/modularcode/modular-admin-react/stargazers"
4747 >
4848 < IconStar className = { classes . demoIcon } />
4949 < span className = { classes . demoName } > Rate</ span >
You can’t perform that action at this time.
0 commit comments