Skip to content

Commit 4a81b0e

Browse files
committed
fix: update copyright year in footer section
1 parent 1070264 commit 4a81b0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layouts/ds/tailwind/NetspectiveFooter.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
import ScrollToTop from "../../../components/native/www.netspective.com/ScrollToTop";
33
4+
const year = new Date().getFullYear();
45
---
56
<footer class="bg-gray-100">
67
<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
2930

3031
</nav>
3132

32-
<p class="mt-10 text-center text-base leading-5 text-gray-500">Healthcare IT Consulting &amp; 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 &amp; Medical Technology Solutions - Netspective.com © 1997- {year} Netspective Communications LLC. All Rights Reserved.</p>
3334
</div>
3435
</footer>
3536
<ScrollToTop client:only="react"/>

0 commit comments

Comments
 (0)