Skip to content

Commit

Permalink
feat(website): clarify template differences (#3606)
Browse files Browse the repository at this point in the history
* feat(website): clarify template differences
  • Loading branch information
anna-parker authored Feb 4, 2025
1 parent f1ab70b commit 8d63a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/Submission/DataUploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ const InnerDataUploadForm = ({
The documentation pages contain more details on the required{' '}
<a href='/docs/concepts/metadataformat' className='text-primary-700 opacity-90'>
metadata format
</a>
. You can download a{' '}
</a>{' '}
including a list of all supported metadata. You can download a{' '}
<a
href={routes.metadataTemplate(organism, action, 'tsv')}
className='text-primary-700 opacity-90'
Expand Down

0 comments on commit 8d63a7f

Please sign in to comment.