From 17f2a9c972a222d7df39ec318b1509fafb7d455e Mon Sep 17 00:00:00 2001 From: ez-krk <90726819+ez-krk@users.noreply.github.com> Date: Sat, 25 Feb 2023 14:32:34 +0100 Subject: [PATCH] dynamic footer date for /verify-wallet/components/footer.tsx (#1428) --- verify-wallet/components/footer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/verify-wallet/components/footer.tsx b/verify-wallet/components/footer.tsx index 4443c19a80..d5265f6a12 100644 --- a/verify-wallet/components/footer.tsx +++ b/verify-wallet/components/footer.tsx @@ -5,6 +5,7 @@ interface Props { } export function GlobalFooter(props: Props) { + const year = new Date().getFullYear(); return (