Corrected a Typo (#148)

This commit is contained in:
Tobias
2024-05-16 10:02:56 +02:00
committed by GitHub
parent e0202ff631
commit ace6621d4a

View File

@@ -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 }}>