fix: make explorer footer year dynamic

This commit is contained in:
Yung Chun Ern Martin
2022-01-22 00:11:13 +08:00
parent fe6c685ab1
commit 3caa4c15ca
+1 -1
View File
@@ -42,7 +42,7 @@ export const Footer: React.FC = () => {
color: theme.palette.nym.text.footer,
}}
>
© 2021 Nym Technologies SA, all rights reserved
© {new Date().getFullYear()} Nym Technologies SA, all rights reserved
</Typography>
</Box>
);