File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import GithubLogo from '@mui/icons-material/Github ' ;
2+ import GitHubLogo from '@mui/icons-material/GitHub ' ;
33import { Link , Typography } from '@mui/material' ;
44
55const NavProject = ( ) => < >
@@ -14,7 +14,7 @@ const NavProject = () => <>
1414 </ Typography >
1515 < hr style = { { opacity : 0.1 , margin : '4px 0 4px 26px' } } />
1616 < Typography component = { 'p' } variant = { 'body1' } >
17- < GithubLogo fontSize = { 'small' } /> < Link href = { 'https://github.com/ui-schema/demo-cra' } > Source of this demo</ Link >
17+ < GitHubLogo fontSize = { 'small' } /> < Link href = { 'https://github.com/ui-schema/demo-cra' } > Source of this demo</ Link >
1818 </ Typography >
1919 < hr style = { { opacity : 0.2 } } />
2020 < Typography component = { 'p' } variant = { 'body1' } >
@@ -26,7 +26,7 @@ const NavProject = () => <>
2626 </ Typography >
2727 < hr style = { { opacity : 0.1 , margin : '4px 0 4px 26px' } } />
2828 < Typography component = { 'p' } variant = { 'body1' } >
29- < GithubLogo fontSize = { 'small' } /> < Link href = { 'https://github.com/ui-schema/ui-schema' } > Project, Issues</ Link >
29+ < GitHubLogo fontSize = { 'small' } /> < Link href = { 'https://github.com/ui-schema/ui-schema' } > Project, Issues</ Link >
3030 </ Typography >
3131</ > ;
3232
You can’t perform that action at this time.
0 commit comments