Fix issue on home page
This commit is contained in:
@ -167,7 +167,7 @@ export function LoginRoute(): React.ReactElement {
|
||||
</Button>
|
||||
|
||||
<Grid container>
|
||||
<Grid>
|
||||
<Grid size={"grow"}>
|
||||
<Typography variant="body2" color={"primary"}>
|
||||
<Link
|
||||
to="/password_forgotten"
|
||||
|
@ -28,7 +28,8 @@ function Copyright(props: any) {
|
||||
style={{ color: "inherit" }}
|
||||
>
|
||||
Pierre HUBERT
|
||||
</a>{" "}
|
||||
</a>
|
||||
{" 2023-"}
|
||||
{new Date().getFullYear()}
|
||||
{"."}
|
||||
</Typography>
|
||||
|
Reference in New Issue
Block a user