From ed665e139d2d7da99f02dd93d9fcb91f989002f9 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Tue, 17 Mar 2026 15:17:00 +0100 Subject: [PATCH] feat(web): add NIH funding acknowledgment to about page --- .../src/components/About/TeamCredits.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/nextclade-web/src/components/About/TeamCredits.tsx b/packages/nextclade-web/src/components/About/TeamCredits.tsx index 6f1da3074..ee8426f2a 100644 --- a/packages/nextclade-web/src/components/About/TeamCredits.tsx +++ b/packages/nextclade-web/src/components/About/TeamCredits.tsx @@ -115,6 +115,18 @@ export function TeamCredits() { {contributorComponents} + + + +

+ {'This resource is supported in part by the National Institute Of Allergy And Infectious Diseases of the National Institutes of Health under grant n\u00B0'} + + {'U24AI183840 - Pathogen Data Network'} + + {'.'} +

+ +
)