dashboard number

This commit is contained in:
Yasiu1376
2024-01-10 10:05:02 +03:30
parent 666aa17091
commit 040d0fb284

View File

@@ -108,7 +108,7 @@ const DashboardFirstComponent = () => {
<Typography variant={isXL ? 'h5' : 'h6'} sx={{ lineHeight: 1.5, fontWeight: 'bold' }}>
{(Number(data.totalProposedAmount)/1000000).toLocaleString("en")}
<Box component="span" sx={{ fontSize: '9px' , paddingLeft: '3px'}}>
میلیون ریال
{t("million_rial")}
</Box>
</Typography>
</Box>
@@ -195,7 +195,7 @@ const DashboardFirstComponent = () => {
<Typography variant={isXL ? 'h5' : 'h6'} sx={{ lineHeight: 1.5, fontWeight: 'bold' }}>
{(Number(data.totalApprovedAmount) / 1000000).toLocaleString("en")}
<Box component="span" sx={{ fontSize: '9px' , paddingLeft: '3px' }}>
میلیون ریال
{t("million_rial")}
</Box>
</Typography>
</Box>