Corrected a Typo (#148)
This commit is contained in:
@@ -39,7 +39,7 @@ const ErrorBoundary: React.FC = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
<Typography sx={{ mt: 2 }} color={'gray'} fontWeight={500}>
|
<Typography sx={{ mt: 2 }} color={'gray'} fontWeight={500}>
|
||||||
Or login if authentication is enabled
|
Or login if authentification is enabled
|
||||||
</Typography>
|
</Typography>
|
||||||
<Link to={'/login'} >
|
<Link to={'/login'} >
|
||||||
<Button variant='contained' sx={{ mt: 2 }}>
|
<Button variant='contained' sx={{ mt: 2 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user