We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd3e04 commit 28b76a6Copy full SHA for 28b76a6
src/components/Footer/index.jsx
@@ -37,7 +37,7 @@ function Footer() {
37
alt="Symbiosis Logo"
38
className="h-12"
39
/>
40
- <div className="hidden sm:block w-px h-12 bg-secondary-light"></div>
+ <div className="hidden sm:block w-px h-12 bg-secondary-light"/>
41
<img
42
src={Logo}
43
alt="CodeX Logo"
@@ -124,7 +124,7 @@ function Footer() {
124
<div className="border-t border-secondary-light">
125
<div className="max-w-6xl mx-auto px-4 py-4">
126
<p className="text-center text-sm sm:text-base text-secondary-light">
127
- © 2024 CodeX | All rights reserved
+ © 2025 CodeX | All rights reserved
128
</p>
129
</div>
130
0 commit comments