Skip to content

Commit

Permalink
fix(website): Tweak "not latest version" banner. (#2253)
Browse files Browse the repository at this point in the history
* Tweak "not latest version" banner

* reduce margin

* Automated code formatting

---------

Co-authored-by: Loculus bot <[email protected]>
  • Loading branch information
theosanderson and Loculus bot authored Jul 5, 2024
1 parent 1c8a8d7 commit 590fca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const isLatestVersion = ownHistoryEntry?.versionStatus === siloVersionStatuses.l
<p class='font-bold'>This is not the latest version of this sequence entry.</p>
{latestAccessionVersion !== undefined && (
<p>
Go to the latest version:
<a href={routes.sequencesDetailsPage(latestAccessionVersion)} class='font-bold underline mx-3'>
The latest version is:
<a href={routes.sequencesDetailsPage(latestAccessionVersion)} class='font-bold underline mx-1'>
{getAccessionVersionString(latestAccessionVersion)}
</a>
</p>
Expand Down

0 comments on commit 590fca1

Please sign in to comment.