Skip to content

Commit 28b76a6

Browse files
committed
fix(footer): update year to 2025
1 parent 5dd3e04 commit 28b76a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Footer() {
3737
alt="Symbiosis Logo"
3838
className="h-12"
3939
/>
40-
<div className="hidden sm:block w-px h-12 bg-secondary-light"></div>
40+
<div className="hidden sm:block w-px h-12 bg-secondary-light"/>
4141
<img
4242
src={Logo}
4343
alt="CodeX Logo"
@@ -124,7 +124,7 @@ function Footer() {
124124
<div className="border-t border-secondary-light">
125125
<div className="max-w-6xl mx-auto px-4 py-4">
126126
<p className="text-center text-sm sm:text-base text-secondary-light">
127-
© 2024 CodeX | All rights reserved
127+
© 2025 CodeX | All rights reserved
128128
</p>
129129
</div>
130130
</div>

0 commit comments

Comments
 (0)