Skip to content

Commit ad744f8

Browse files
committed
fix import
1 parent 69dff9d commit ad744f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/NavProject.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import GithubLogo from '@mui/icons-material/Github';
2+
import GitHubLogo from '@mui/icons-material/GitHub';
33
import {Link, Typography} from '@mui/material';
44

55
const 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

0 commit comments

Comments
 (0)