From 63b9baebb65cb8d7775581390ea4fcccb8cfc759 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Thu, 25 Jun 2026 09:34:59 +0200 Subject: [PATCH] Add JDC award in profile --- src/pages/about/Team/_team.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/about/Team/_team.ts b/src/pages/about/Team/_team.ts index df6ce3b7..b0072309 100644 --- a/src/pages/about/Team/_team.ts +++ b/src/pages/about/Team/_team.ts @@ -139,8 +139,8 @@ export const teams = { MastodonLink: "", GitHubName: "@HaudinFlorence", avatarUrl: FlorenceAvatarUrl, - distinctionTitle: [], - distinctionLink: [], + distinctionTitle: ["Jupyter Distinguished Contributor"], + distinctionLink: ["https://jupyter.org/about#distinguished-contributors"], subTeamName: "coreTeam", BioComponent: FlorenceMD, }, @@ -244,8 +244,8 @@ export const teams = { MastodonLink: "", GitHubName: "@gjmooney", avatarUrl: GregAvatarUrl, - distinctionTitle: [], - distinctionLink: [], + distinctionTitle: ["Jupyter Distinguished Contributor"], + distinctionLink: ["https://jupyter.org/about#distinguished-contributors"], subTeamName: "coreTeam", BioComponent: GregMD, },