Skip to content

Commit

Permalink
Automated code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Loculus bot authored and theosanderson committed May 22, 2024
1 parent e419ea5 commit cbee774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/IndexPage/OrganismCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { key, image, displayName, organismStatistics, numberDaysAgoStatistics } =
>
{image !== undefined && <img src={image} class='h-32 mx-auto mb-4' alt={displayName} />}
<h3 class='font-semibold'>{displayName}</h3>
<p class=' text-sm'>
<p class='text-sm'>
{organismStatistics.totalSequences} sequences<br />
(+{organismStatistics.recentSequences} in last {numberDaysAgoStatistics} days)<br />
{organismStatistics.lastUpdatedAt && <>Last updated {organismStatistics.lastUpdatedAt.toRelative()}</>}
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/IndexPage/WelcomeMessage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const websiteName = Astro.props.websiteName;
---

<p class=' my-4'>
<p class='my-4'>
Welcome to {websiteName}, a system for sharing pathogen genome data.
</p>

Expand Down

0 comments on commit cbee774

Please sign in to comment.