From e419ea563e3ce16602c68579662c94018bf0c78a Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 22 May 2024 14:59:46 +0100 Subject: [PATCH] make text darker for consistency with pathoplexus below --- website/src/components/IndexPage/OrganismCard.astro | 4 ++-- website/src/components/IndexPage/WelcomeMessage.astro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/components/IndexPage/OrganismCard.astro b/website/src/components/IndexPage/OrganismCard.astro index 850555d108..e27a11c0c4 100644 --- a/website/src/components/IndexPage/OrganismCard.astro +++ b/website/src/components/IndexPage/OrganismCard.astro @@ -18,8 +18,8 @@ const { key, image, displayName, organismStatistics, numberDaysAgoStatistics } = class='block rounded border border-gray-300 p-4 m-2 w-64 text-center hover:bg-gray-100' > {image !== undefined && {displayName}} -

{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 7663d5a4bf..ddd35dada5 100644 --- a/website/src/components/IndexPage/WelcomeMessage.astro +++ b/website/src/components/IndexPage/WelcomeMessage.astro @@ -2,8 +2,8 @@ const websiteName = Astro.props.websiteName; --- -

+

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

-

Explore {websiteName} data!

+

Explore {websiteName} data!