From cb77a92b20cd5477bc910292e49fce42f7f4446b Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 1 Apr 2026 22:15:40 +0200 Subject: [PATCH] Update title --- src/components/fundable/projectsDetails.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/fundable/projectsDetails.ts b/src/components/fundable/projectsDetails.ts index 686dda43..f27615e1 100644 --- a/src/components/fundable/projectsDetails.ts +++ b/src/components/fundable/projectsDetails.ts @@ -8,7 +8,7 @@ export const fundableProjectsDetails = { jupyterEcosystem: [ { category: "Jupyter Ecosystem", - title: "Modernize nbconvert", + title: "Modernizing nbconvert", pageName: "NbconvertModernization", shortDescription: "Conversion of Jupyter notebooks to PDF currently relies on nbconvert in the backend, which in turns uses a headless browser for producing the PDF. We propose to directly perform the PDF conversion in the user's browser, which will simplify the architecture and make it function with JupyterLite.", description: NbconvertModernizationMD,