Update Footer to get current year

This commit is contained in:
Koncept Kit
2026-01-27 16:44:56 +07:00
parent 9dcb8e3185
commit 85070cf77b
5 changed files with 170 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ const MemberFooter = () => {
<a href="/membership/terms-of-service" className="hover:text-white transition-colors">Terms of Service</a>
<a href="/membership/privacy-policy" className="hover:text-white transition-colors">Privacy Policy</a>
</div>
<p>© 2025 LOAF. All rights reserved.</p>
<p>© {new Date().getFullYear()} LOAF. All rights reserved.</p>
</div>
</div>
</div>