chore: remove funding rounding

This commit is contained in:
Timur Ercan
2023-08-18 17:47:36 +02:00
parent 47d0030cf0
commit 259ab49bc1

View File

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