diff --git a/website/src/components/IndexPage/OrganismCard.astro b/website/src/components/IndexPage/OrganismCard.astro index e27a11c0c4..ec87a71864 100644 --- a/website/src/components/IndexPage/OrganismCard.astro +++ b/website/src/components/IndexPage/OrganismCard.astro @@ -19,7 +19,7 @@ const { key, image, displayName, organismStatistics, numberDaysAgoStatistics } = > {image !== undefined && {displayName}}

{displayName}

-

+

{organismStatistics.totalSequences} sequences
(+{organismStatistics.recentSequences} in last {numberDaysAgoStatistics} days)
{organismStatistics.lastUpdatedAt && <>Last updated {organismStatistics.lastUpdatedAt.toRelative()}} diff --git a/website/src/components/IndexPage/WelcomeMessage.astro b/website/src/components/IndexPage/WelcomeMessage.astro index ddd35dada5..db42efd84b 100644 --- a/website/src/components/IndexPage/WelcomeMessage.astro +++ b/website/src/components/IndexPage/WelcomeMessage.astro @@ -2,7 +2,7 @@ const websiteName = Astro.props.websiteName; --- -

+

Welcome to {websiteName}, a system for sharing pathogen genome data.