Skip to content

Commit 8844f19

Browse files
fix: discard repeated work
2 parents b835b47 + 7e1677f commit 8844f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/AboutUs/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default function AboutSection() {
174174
ref={paragraphRef}
175175
className="text-xl md:text-4xl md:leading-snug font-poppins font-semibold"
176176
>
177-
Codex is the coding club at
177+
CodeX is the coding club at
178178
<span className="text-primary">
179179
Symbiosis Institute of Technology
180180
</span>

src/components/WebsiteTeam/TeamMember.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TeamMember.propTypes = {
115115
github: PropTypes.string.isRequired,
116116
id: PropTypes.number.isRequired,
117117
}).isRequired,
118-
className: PropTypes.string.isRequired,
118+
className: PropTypes.isRequired,
119119
};
120120

121121
export default TeamMember;

0 commit comments

Comments
 (0)