Skip to content

Commit ed665e1

Browse files
feat(web): add NIH funding acknowledgment to about page
1 parent 42ddc88 commit ed665e1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/nextclade-web/src/components/About/TeamCredits.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ export function TeamCredits() {
115115
<FlexContributors>{contributorComponents}</FlexContributors>
116116
</Col>
117117
</Row>
118+
119+
<Row noGutters>
120+
<Col>
121+
<p className="text-center">
122+
{'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'}
123+
<LinkExternal href="https://pathogendatanetwork.org/">
124+
{'U24AI183840 - Pathogen Data Network'}
125+
</LinkExternal>
126+
{'.'}
127+
</p>
128+
</Col>
129+
</Row>
118130
</Col>
119131
</Row>
120132
)

0 commit comments

Comments
 (0)