Show initial project year on login page

This commit is contained in:
Pierre HUBERT 2022-08-04 17:26:55 +02:00
parent 51c23a93fe
commit ba3bb587dc

View File

@ -46,7 +46,7 @@ function Copyright() {
return ( return (
<Typography variant="body2" color="textSecondary" align="center"> <Typography variant="body2" color="textSecondary" align="center">
{"Copyright © "} {"Copyright © "}
Comunic&nbsp; Comunic&nbsp; 2021&nbsp;-&nbsp;
{new Date().getFullYear()} {new Date().getFullYear()}
{"."} {"."}
</Typography> </Typography>