From cb90d2329337dd6061808d6ea336d8d65f48f258 Mon Sep 17 00:00:00 2001 From: seriouselly Date: Mon, 8 Jun 2026 21:38:50 +0700 Subject: [PATCH] feat(footer): automate copyright year - Import `Date` object to dynamically fetch the current year for the copyright notice. - Ensure the footer always displays the correct year without manual updates. --- apps/web/src/components/layout/footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/layout/footer.tsx b/apps/web/src/components/layout/footer.tsx index d379a7b..a11dd2b 100644 --- a/apps/web/src/components/layout/footer.tsx +++ b/apps/web/src/components/layout/footer.tsx @@ -2,8 +2,8 @@ export function Footer() { return ( ); -} +} \ No newline at end of file