Skip to content

Commit e3279b5

Browse files
Update index.tsx
1 parent 7795d39 commit e3279b5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/TeamProfileCards/index.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@ function TeamProfileCardCol(props: ProfileProps) {
8585
);
8686
}
8787

88-
/* Technical Steering Committee: */
89-
export function TSCRow(): JSX.Element {
90-
return (
91-
<div className="row">
92-
<TeamProfileCardCol name="Ender Demirkaya" githubUrl="https://github.com/demirkayaender" linkedinUrl="https://www.linkedin.com/in/enderdemirkaya/"></TeamProfileCardCol>
93-
<TeamProfileCardCol name="Taylan Isikdemir" githubUrl="https://github.com/taylanisikdemir" linkedinUrl="https://www.linkedin.com/in/taylan-isikdemir"></TeamProfileCardCol>
94-
<TeamProfileCardCol name="Kisel Jan" githubUrl="https://github.com/dkrotx"> </TeamProfileCardCol>
95-
</div>
96-
);
97-
}
98-
9988
/* Maintainers: */
10089
export function MaintainersRow(): JSX.Element {
10190
return (
@@ -147,6 +136,17 @@ export function MaintainersRow(): JSX.Element {
147136
);
148137
}
149138

139+
/* Technical Steering Committee: */
140+
export function TSCRow(): JSX.Element {
141+
return (
142+
<div className="row">
143+
<TeamProfileCardCol name="Ender Demirkaya" githubUrl="https://github.com/demirkayaender" linkedinUrl="https://www.linkedin.com/in/enderdemirkaya/"></TeamProfileCardCol>
144+
<TeamProfileCardCol name="Taylan Isikdemir" githubUrl="https://github.com/taylanisikdemir" linkedinUrl="https://www.linkedin.com/in/taylan-isikdemir"></TeamProfileCardCol>
145+
<TeamProfileCardCol name="Kisel Jan" githubUrl="https://github.com/dkrotx"> </TeamProfileCardCol>
146+
</div>
147+
);
148+
}
149+
150150
/* HonoraryContributors */
151151
export function HonoraryContributorsRow(): JSX.Element {
152152
return (

0 commit comments

Comments
 (0)