From 8acec781df220ed4d3957b28ae97d92cc1f617a5 Mon Sep 17 00:00:00 2001 From: alperhasturk Date: Thu, 8 Jan 2026 17:09:51 +0300 Subject: [PATCH] fix: replace hardcoded year in footer with dynamic year --- 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