Commit 4a81b0e 1 parent 1070264 commit 4a81b0e Copy full SHA for 4a81b0e
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import ScrollToTop from " ../../../components/native/www.netspective.com/ScrollToTop" ;
3
3
4
+ const year = new Date ().getFullYear ();
4
5
---
5
6
<footer class =" bg-gray-100" >
6
7
<div class =" mx-auto max-w-7xl overflow-hidden px-6 py-12 lg:px-8" >
@@ -29,7 +30,7 @@ import ScrollToTop from "../../../components/native/www.netspective.com/ScrollT
29
30
30
31
</nav >
31
32
32
- <p class =" mt-10 text-center text-base leading-5 text-gray-500" >Healthcare IT Consulting & Medical Technology Solutions - Netspective.com © 1997- 2024 Netspective Communications LLC. All Rights Reserved.</p >
33
+ <p class =" mt-10 text-center text-base leading-5 text-gray-500" >Healthcare IT Consulting & Medical Technology Solutions - Netspective.com © 1997- { year } Netspective Communications LLC. All Rights Reserved.</p >
33
34
</div >
34
35
</footer >
35
36
<ScrollToTop client:only =" react" />
You can’t perform that action at this time.
0 commit comments