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 = () => {
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