diff --git a/explorer/src/components/Footer.tsx b/explorer/src/components/Footer.tsx index f0b2cd57e3..60a84d1cd1 100644 --- a/explorer/src/components/Footer.tsx +++ b/explorer/src/components/Footer.tsx @@ -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 );