mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 23:42:21 +00:00
Added Dynamic Year Logic
This commit is contained in:
parent
433ea169a6
commit
9b92915bbd
1 changed files with 4 additions and 1 deletions
|
|
@ -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">© SurfSense 2025. All rights reserved.</div>
|
||||
<div className="mt-2 ml-2">
|
||||
© 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue