Skip to content

Commit 9a4fd8f

Browse files
authored
Merge pull request #93 from codexsit/codex-footer
fix(footer): update year to 2025
2 parents 4649675 + bcde4f6 commit 9a4fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function Footer() {
121121
<div className="border-t border-secondary-light">
122122
<div className="max-w-6xl mx-auto px-4 py-4">
123123
<p className="text-center text-sm sm:text-base text-secondary-light">
124-
© 2024 CodeX | All rights reserved
124+
© 2025 CodeX | All rights reserved
125125
</p>
126126
</div>
127127
</div>

0 commit comments

Comments
 (0)