Skip to content

Commit 5e5d5d9

Browse files
authored
feat: auto-update copyright year (#233)
1 parent e1d9e15 commit 5e5d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Landing_Page/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function Footer() {
7171
<img src="/logo.svg" alt="nvchad logo" w="33px" h="33px" />
7272
NvChad
7373
</div>
74-
<span dark:text-white-2>Copyright © 2024 Siduck™</span>
74+
<span dark:text-white-2>Copyright © {new Date().getFullYear()} Siduck™</span>
7575
</div>
7676
</div>
7777
</div>

0 commit comments

Comments
 (0)