|
|
@@ -263,7 +263,7 @@ const ApplicationDetailCard = ({ |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
<Grid item xs={12} md={12} lg={12} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Deadline for proof with revison:</Typography> |
|
|
|
<Typography variant="h5">Deadline for proof with revision:</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography> |
|
|
|