Fix issue on home page

This commit is contained in:
2024-10-02 22:00:56 +02:00
parent ca4ac359d3
commit 89091c1159
3 changed files with 677 additions and 2 deletions

View File

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

View File

@ -28,7 +28,8 @@ function Copyright(props: any) {
style={{ color: "inherit" }}
>
Pierre HUBERT
</a>{" "}
</a>
{" 2023-"}
{new Date().getFullYear()}
{"."}
</Typography>