Merge pull request #654 from adithya-naik/fix/footer-dynamic-year

Added Dynamic Year Logic
This commit is contained in:
Rohan Verma 2026-01-01 23:10:56 -08:00 committed by GitHub
commit cba6752367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,10 @@ export function FooterNew() {
<span className="dark:text-white/90 text-gray-800 text-lg font-bold">SurfSense</span>
</div>
<div className="mt-2 ml-2">&copy; SurfSense 2025. All rights reserved.</div>
<div className="mt-2 ml-2">
&copy; SurfSense {new Date().getFullYear()}. All rights reserved.
</div>
</div>
<div className="grid grid-cols-2 lg:grid-cols-4 gap-10 items-start mt-10 sm:mt-0 md:mt-0">
<div className="flex justify-center space-y-4 flex-col w-full">