Skip to content

Commit 91f8a22

Browse files
committed
Update footer
1 parent 2ff3b54 commit 91f8a22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/_common/AppFooter/AppFooter.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ const Footer = () => {
1111
<Typography variant="body2" color="textSecondary" align="left">
1212
{'Copyright your company 2020 '}
1313
{' | '}
14-
<Link color="primary" href="https://twitter.com/modularcoder">
14+
<Link
15+
color="primary"
16+
href="https://github.com/modularcode/modular-material-admin-react/blob/master/LICENSE"
17+
>
1518
MIT License
1619
</Link>
1720
</Typography>

0 commit comments

Comments
 (0)