Skip to content

Commit be2f138

Browse files
committed
update button label
1 parent 3ecd649 commit be2f138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/dashboard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ const DashboardPage = () => {
28182818
<TooltipMaterialUI title={<span className="my-font">Genome line list - including source information, genome-derived AMR and genotype information, and citations for each genome; pulled from Pathogenwatch.</span>} placement="top">
28192819
<div className="download-sheet-button" onClick={() => dowloadBaseSpreadsheet()}>
28202820
<FontAwesomeIcon icon={faTable} style={{ marginRight: 8 }} />
2821-
<span>Download database (CSV format)</span>
2821+
<span>Download database (CSV format, 2MB)</span>
28222822
</div>
28232823
</TooltipMaterialUI>
28242824
{/* Download report */}

0 commit comments

Comments
 (0)