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.
2 parents b835b47 + 7e1677f commit 8844f19Copy full SHA for 8844f19
src/components/AboutUs/index.jsx
@@ -174,7 +174,7 @@ export default function AboutSection() {
174
ref={paragraphRef}
175
className="text-xl md:text-4xl md:leading-snug font-poppins font-semibold"
176
>
177
- Codex is the coding club at
+ CodeX is the coding club at
178
<span className="text-primary">
179
Symbiosis Institute of Technology
180
</span>
src/components/WebsiteTeam/TeamMember.jsx
@@ -115,7 +115,7 @@ TeamMember.propTypes = {
115
github: PropTypes.string.isRequired,
116
id: PropTypes.number.isRequired,
117
}).isRequired,
118
- className: PropTypes.string.isRequired,
+ className: PropTypes.isRequired,
119
};
120
121
export default TeamMember;
0 commit comments