File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- <h1 align =" center " >Modular Material Admin + React</h1 >
1+ <h1 align =" center " >Modular Admin React</h1 >
22
33<div align =" center " >
44
@@ -8,16 +8,16 @@ Free [MaterialUI](https://material-ui.com/) dashboard theme implemented by using
88
99</div >
1010
11- [ ![ demo] ( https://user-images.githubusercontent.com/3959008/79408874-73f92900-7fad-11ea-9266-465637350d92.png )] ( https://modular-material- admin-react.modularcode.io/#/ )
11+ [ ![ demo] ( https://user-images.githubusercontent.com/3959008/79408874-73f92900-7fad-11ea-9266-465637350d92.png )] ( https://modular-admin-react.modularcode.io/#/ )
1212
1313
1414<p align =" center " >
1515 <strong >
16- <a href="https://modular-material- admin-react.modularcode.io/" target="_blank">🚀 View Demo</a>
16+ <a href="https://modular-admin-react.modularcode.io/" target="_blank">🚀 View Demo</a>
1717 </strong >
1818 |
1919 <strong >
20- <a href="https://modular-material- admin-react.modularcode.io/docs" target="_blank">🤷🏼♂️ Read The Docs</a>
20+ <a href="https://modular-admin-react.modularcode.io/docs" target="_blank">🤷🏼♂️ Read The Docs</a>
2121 </strong >
2222</p >
2323
Original file line number Diff line number Diff line change 11{
2- "name" : " modular-material- admin-react" ,
2+ "name" : " modular-admin-react" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " react-app-rewired start" ,
77 "build" : " react-app-rewired build" ,
88 "test" : " react-app-rewired test" ,
99 "eject" : " react-scripts eject" ,
10- "deploy" : " npm run build-preview && npm run build-docs && gh-pages -d build --repo git@github.com:modularcode/modular-material- admin-react.git --branch gh-pages" ,
11- "build-preview" : " cross-env PUBLIC_PATH='/' npm run build && echo modular-material- admin-react.modularcode.io > ./build/CNAME" ,
10+ "deploy" : " npm run build-preview && npm run build-docs && gh-pages -d build --repo git@github.com:modularcode/modular-admin-react.git --branch gh-pages" ,
11+ "build-preview" : " cross-env PUBLIC_PATH='/' npm run build && echo modular-admin-react.modularcode.io > ./build/CNAME" ,
1212 "build-docs" : " build-storybook --docs -s ./public -o build/docs" ,
1313 "build-storybook" : " build-storybook" ,
1414 "storybook" : " start-storybook -p 6060"
1515 },
16- "homepage" : " http://modular-material- admin-react.modularcode.io" ,
16+ "homepage" : " http://modular-admin-react.modularcode.io" ,
1717 "dependencies" : {
1818 "@material-ui/core" : " 4.9.11" ,
1919 "@material-ui/icons" : " 4.9.1" ,
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