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 >
2
2
3
3
<div align =" center " >
4
4
@@ -8,16 +8,16 @@ Free [MaterialUI](https://material-ui.com/) dashboard theme implemented by using
8
8
9
9
</div >
10
10
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/#/ )
12
12
13
13
14
14
<p align =" center " >
15
15
<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>
17
17
</strong >
18
18
|
19
19
<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>
21
21
</strong >
22
22
</p >
23
23
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " modular-material- admin-react" ,
2
+ "name" : " modular-admin-react" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-app-rewired start" ,
7
7
"build" : " react-app-rewired build" ,
8
8
"test" : " react-app-rewired test" ,
9
9
"eject" : " react-scripts eject" ,
10
- "deploy" :
" npm run build-preview && npm run build-docs && gh-pages -d build --repo [email protected] :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 [email protected] :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" ,
12
12
"build-docs" : " build-storybook --docs -s ./public -o build/docs" ,
13
13
"build-storybook" : " build-storybook" ,
14
14
"storybook" : " start-storybook -p 6060"
15
15
},
16
- "homepage" : " http://modular-material- admin-react.modularcode.io" ,
16
+ "homepage" : " http://modular-admin-react.modularcode.io" ,
17
17
"dependencies" : {
18
18
"@material-ui/core" : " 4.9.11" ,
19
19
"@material-ui/icons" : " 4.9.1" ,
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ const Footer = () => {
13
13
{ `Modular Material Admin React` } { ' ' }
14
14
< Link
15
15
color = "primary"
16
- href = "https://github.com/modularcode/modular-material- admin-react/releases"
16
+ href = "https://github.com/modularcode/modular-admin-react/releases"
17
17
>
18
18
v{ pkg . version }
19
19
</ Link >
20
20
{ ' | ' }
21
21
< Link
22
22
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"
24
24
>
25
25
MIT License
26
26
</ Link >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const AppHeaderDemoButtons = props => {
19
19
variant = "outlined"
20
20
color = "primary"
21
21
className = { classes . button }
22
- href = "https://github.com/modularcode/modular-material- admin-react"
22
+ href = "https://github.com/modularcode/modular-admin-react"
23
23
>
24
24
< IconCode className = { classes . demoIcon } />
25
25
< span className = { classes . demoName } > View on GitHub</ span >
@@ -31,7 +31,7 @@ const AppHeaderDemoButtons = props => {
31
31
variant = "outlined"
32
32
color = "primary"
33
33
className = { classes . button }
34
- href = "https://github.com/modularcode/modular-material- admin-react/releases"
34
+ href = "https://github.com/modularcode/modular-admin-react/releases"
35
35
>
36
36
< IconDownload className = { classes . demoIcon } />
37
37
< span className = { classes . demoName } > Download</ span >
@@ -43,7 +43,7 @@ const AppHeaderDemoButtons = props => {
43
43
variant = "outlined"
44
44
color = "primary"
45
45
className = { classes . button }
46
- href = "https://github.com/modularcode/modular-material- admin-react/stargazers"
46
+ href = "https://github.com/modularcode/modular-admin-react/stargazers"
47
47
>
48
48
< IconStar className = { classes . demoIcon } />
49
49
< span className = { classes . demoName } > Rate</ span >
You can’t perform that action at this time.
0 commit comments