mirror of
https://gitlab.com/comunic/comunicconsole
synced 2024-11-27 07:49:22 +00:00
Show initial project year on login page
This commit is contained in:
parent
51c23a93fe
commit
ba3bb587dc
@ -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
|
Comunic 2021 -
|
||||||
{new Date().getFullYear()}
|
{new Date().getFullYear()}
|
||||||
{"."}
|
{"."}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
Reference in New Issue
Block a user