Skip to content

Commit

Permalink
adjust header for edit page (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jul 26, 2024
1 parent c70a383 commit 2b7e592
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 dataToEdit = await BackendClient.create().getDataToEdit(organism, accessTo
<BaseLayout title={`Edit ${accession}.${version}`}>
<div class='flex items-center mb-4'>
<h1 class='title'>
Edit Id: {accession}.{version}
Edit {accession}.{version}
</h1>
</div>
{
Expand Down

0 comments on commit 2b7e592

Please sign in to comment.