Skip to content

Commit 88f1bc0

Browse files
Refactor section headings
1 parent fc2b398 commit 88f1bc0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/containers/teamcard/TeamCard.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ const breakPoints = [
106106
const TeamCard = () => {
107107
return (
108108
<section className="team-section" id="team">
109-
{/* Co-ordinators Section */}
110109
<div className="container">
111110
<h2 className="page-section-heading text-center text-uppercase text-secondary">
112111
Faculty Advisors
@@ -149,10 +148,9 @@ const TeamCard = () => {
149148
/>
150149
</div>
151150
</div>
152-
{/* TY-Committe Section*/}
153151
<div className="container">
154152
<h2 className="page-section-heading text-center text-uppercase text-secondary">
155-
TY-Committee
153+
Core Committee
156154
</h2>
157155
<div className="row justify-content-center">
158156
<TeamSection
@@ -302,10 +300,9 @@ const TeamCard = () => {
302300
/>
303301
</div>
304302
</div>
305-
{/* SY-Committee Section */}
306303
<div className="container">
307304
<h2 className="page-section-heading text-center text-uppercase text-secondary">
308-
SY-Committee
305+
SY Committee
309306
</h2>
310307
<div className="row justify-content-center">
311308
<TeamSection

0 commit comments

Comments
 (0)