From 3caa4c15ca82d93b72b44f76cd88cf4b65da7f0a Mon Sep 17 00:00:00 2001 From: Yung Chun Ern Martin Date: Sat, 22 Jan 2022 00:11:13 +0800 Subject: [PATCH] fix: make explorer footer year dynamic --- explorer/src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );