We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e018f28 + 929f4b2 commit 7871a7bCopy full SHA for 7871a7b
src/components/footer.tsx
@@ -57,7 +57,7 @@ export function FooterMeta({ className }: { className?: string }) {
57
>
58
<ThemeToggle />
59
<div className="flex flex-col gap-4 text-sm/6 text-gray-700 sm:flex-row sm:gap-2 sm:pr-4 dark:text-gray-400">
60
- <span>Copyright © 2025 Tailwind Labs Inc.</span>
+ <span>Copyright © {new Date().getFullYear()} Tailwind Labs Inc.</span>
61
<span className="max-sm:hidden">·</span>
62
<Link href="/brand" className="hover:underline">
63
Trademark Policy
0 commit comments