Skip to content

Commit 033ec1c

Browse files
committed
fix: dynamic copyright date
1 parent c996db4 commit 033ec1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

Diff for: components/global/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Footer = () => (
3434
</ul>
3535

3636
<p className="flex space-x-1 items-center text-sm">
37-
<span>Copyright</span> <Copyright size={12} /> <span>2024</span>
37+
<span>Copyright</span> <Copyright size={12} /> <span>{new Date().getFullYear()}</span>
3838
<span>Hypercerts Foundation</span>
3939
</p>
4040
</footer>

0 commit comments

Comments
 (0)