Skip to content

Commit fdfa405

Browse files
committed
Update project name
1 parent 1dcc4ea commit fdfa405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/App.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Meta title="General/Intro" />
22

33

4-
# Modular Material Admin + React
4+
# Modular Admin + React
55

66
> React dashboard application starter
77

src/_common/AppFooter/AppFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Footer = () => {
1010
return (
1111
<footer className={classes.footer}>
1212
<Typography variant="body2" color="textSecondary" align="left">
13-
{`Modular Material Admin React`}{' '}
13+
{`Modular Admin React`}{' '}
1414
<Link
1515
color="primary"
1616
href="https://github.com/modularcode/modular-admin-react/releases"

src/_common/BaseLogo/BaseLogo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Logo = props => {
1818
xmlns="http://www.w3.org/2000/svg"
1919
viewBox="0 0 563.82 637.44"
2020
>
21-
<title>Modular Material Admin + React</title>
21+
<title>Modular Admin React</title>
2222
<g>
2323
<path
2424
className={clsx(classes.path, classes.outline)}

0 commit comments

Comments
 (0)