Merge pull request #279 from documenso/feat/funding

chore: remove funding rounding
This commit is contained in:
Timur Ercan
2023-08-18 17:50:51 +02:00
committed by GitHub

View File

@@ -56,11 +56,11 @@ export const FUNDING_RAISED = [
},
{
date: '2023-05',
amount: 300_000,
amount: 290_000,
},
{
date: '2023-07',
amount: 1_550_000,
amount: 1_540_000,
},
];