Update Footer to get current year
This commit is contained in:
@@ -60,7 +60,7 @@ const PublicFooter = () => {
|
||||
</Link>
|
||||
</nav>
|
||||
<p className="text-[var(--neutral-500)] text-sm sm:text-base font-medium text-center order-2 sm:order-none" style={{ fontFamily: "'Nunito Sans', sans-serif" }}>
|
||||
© 2025 LOAF. All Rights Reserved.
|
||||
© {new Date().getFullYear()} LOAF. All Rights Reserved.
|
||||
</p>
|
||||
<p className="text-[var(--neutral-500)] text-sm sm:text-base font-medium text-center order-3 sm:order-none" style={{ fontFamily: "'Nunito Sans', sans-serif" }}>
|
||||
Designed and Managed by{' '}
|
||||
|
||||
Reference in New Issue
Block a user