Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu 645d752702 fixed max and min amount 2025-09-25 16:42:57 +01:00
ameye 0df1e401c9 Merge branch 'homepage-number-readings' of DigiFi/digifi-FirstOffice into master 2025-05-28 15:27:14 +00:00
+2 -2
View File
@@ -96,8 +96,8 @@ export default function OffersCom() {
</td>
<td className="px-2">
<div className="text-right">
<div className="font-normal text-gray-500">{formatNumber(item?.maximum_amount)}</div>
<div className="font-normal text-gray-500">{formatNumber(item?.minimum_amount)}</div>
<div className="font-normal text-gray-500">{formatNumber(item?.max_amount)}</div>
<div className="font-normal text-gray-500">{formatNumber(item?.min_amount)}</div>
</div>
</td>
<td className="px-2">