diff --git a/nx-dev/nx-dev/lib/champions.ts b/nx-dev/nx-dev/lib/champions.ts index 6a136404f3..314a2de359 100644 --- a/nx-dev/nx-dev/lib/champions.ts +++ b/nx-dev/nx-dev/lib/champions.ts @@ -1,22 +1,6 @@ import { Champion } from '@nx/nx-dev/ui-common'; export const champions1: Champion[] = [ - { - name: 'William Ghelfi', - expertise: 'React, Repository Structure, Patting New Devs On Their Backs', - imageUrl: '/images/champions/william-ghelfi.webp', - contact: [ - { - label: '@trumbitta', - link: 'https://twitter.com/trumbitta', - }, - { - label: '@williamghelfi.com', - link: 'https://bsky.app/profile/williamghelfi.com', - }, - ], - location: 'Italy', - }, { name: 'Santosh Yadav', expertise: @@ -112,6 +96,19 @@ export const champions1: Champion[] = [ ], location: 'France', }, + { + name: 'Jonathan Gelin', + expertise: + 'Empowering organizations with Nx for streamlined development, robust monorepos, efficient CI/CD, micro-frontend architecture, and strong testing strategies', + imageUrl: '/images/champions/jonathan-gelin.webp', + contact: [ + { + label: 'gelin.jonathan@gmail.com', + link: 'mailto:gelin.jonathan@gmail.com', + }, + ], + location: 'Belgium', + }, ]; export const champions2: Champion[] = [ { @@ -355,17 +352,4 @@ export const champions3: Champion[] = [ ], location: 'USA', }, - { - name: 'Jonathan Gelin', - expertise: - 'Empowering organizations with Nx for streamlined development, robust monorepos, efficient CI/CD, micro-frontend architecture, and strong testing strategies', - imageUrl: '/images/champions/jonathan-gelin.webp', - contact: [ - { - label: 'gelin.jonathan@gmail.com', - link: 'mailto:gelin.jonathan@gmail.com', - }, - ], - location: 'Belgium', - }, ];