File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/components/TeamProfileCards Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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: */
10089export 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 */
151151export function HonoraryContributorsRow ( ) : JSX . Element {
152152 return (
You can’t perform that action at this time.
0 commit comments