Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed Jan 17, 2025
1 parent 05e5f3d commit 38dd61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Calculations({
return (
<>
<p>
Dryad charges a{large_files ? <> ${dpc} </> : ''}fee for the curation and preservation of published datasets.{' '}
Dryad charges a{large_files ? <> ${dpc}</> : ''} fee for the curation and preservation of published datasets.{' '}
{large_files ? (
<>
For data packages in excess of {formatSizeUnits(large_file_size)}, submitters will be charged{' '}
Expand Down

0 comments on commit 38dd61d

Please sign in to comment.