File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ const breakPoints = [
106
106
const TeamCard = ( ) => {
107
107
return (
108
108
< section className = "team-section" id = "team" >
109
- { /* Co-ordinators Section */ }
110
109
< div className = "container" >
111
110
< h2 className = "page-section-heading text-center text-uppercase text-secondary" >
112
111
Faculty Advisors
@@ -149,10 +148,9 @@ const TeamCard = () => {
149
148
/>
150
149
</ div >
151
150
</ div >
152
- { /* TY-Committe Section*/ }
153
151
< div className = "container" >
154
152
< h2 className = "page-section-heading text-center text-uppercase text-secondary" >
155
- TY- Committee
153
+ Core Committee
156
154
</ h2 >
157
155
< div className = "row justify-content-center" >
158
156
< TeamSection
@@ -302,10 +300,9 @@ const TeamCard = () => {
302
300
/>
303
301
</ div >
304
302
</ div >
305
- { /* SY-Committee Section */ }
306
303
< div className = "container" >
307
304
< h2 className = "page-section-heading text-center text-uppercase text-secondary" >
308
- SY- Committee
305
+ SY Committee
309
306
</ h2 >
310
307
< div className = "row justify-content-center" >
311
308
< TeamSection
You can’t perform that action at this time.
0 commit comments