Skip to content

Commit

Permalink
Remove "Sequence Entry Version" from title (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 23, 2024
1 parent 58aaf8a commit c904db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { sequenceEntryHistory, organism, accessionVersion } = Astro.props;
<div class='flex justify-between flex-wrap'>
<div class='flex flex-row pb-2'>
<BackButton marginRight={3} client:load />
<h1 class='title'>Sequence Entry Version {accessionVersion}</h1>
<h1 class='title'>{accessionVersion}</h1>
</div>

{
Expand Down

0 comments on commit c904db1

Please sign in to comment.