From 87a5c6272318dc6423b8af081cab085b1640387c Mon Sep 17 00:00:00 2001 From: Harsh Date: Fri, 9 Jan 2026 14:25:13 +0530 Subject: [PATCH] fix: make footer copyright year dynamic --- src/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 30fb91c28..c920ee8f1 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -57,7 +57,7 @@ export function FooterMeta({ className }: { className?: string }) { >
- Copyright © 2025 Tailwind Labs Inc. + Copyright © {new Date().getFullYear()} Tailwind Labs Inc. · Trademark Policy