From 80d6ae1cc54003ccc81911f35c434a6debf6ac95 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 20 Jul 2026 10:16:42 +0800 Subject: [PATCH] update year --- src/components/cards/AuthFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/AuthFooter.js b/src/components/cards/AuthFooter.js index 7e6288b..ce76960 100644 --- a/src/components/cards/AuthFooter.js +++ b/src/components/cards/AuthFooter.js @@ -30,7 +30,7 @@ const AuthFooter = () => { component="span" sx={{ color: '#4A4A4A' }} > - 2024 - {new Date().getFullYear()} © + 2024-{new Date().getFullYear()} ©