|
|
@@ -44,12 +44,12 @@ const Index = ({ record }) => { |
|
|
|
<Grid container justifyContent="flex-start" alignItems="center" > |
|
|
|
<center> |
|
|
|
<Grid item xs={12} md={8} > |
|
|
|
<Typography variant="h2" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> |
|
|
|
<Typography variant="h4" sx={{ textAlign: "left", ml: 4, mr: 4, mt: 4, borderBottom: "1px solid black" }}> |
|
|
|
<FormattedMessage id="proofPaymentHeader_demandNote" /> |
|
|
|
</Typography> |
|
|
|
|
|
|
|
|
|
|
|
<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> |
|
|
|
<Typography variant="h5" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> |
|
|
|
<div dangerouslySetInnerHTML={{ |
|
|
|
__html: intl.formatMessage( |
|
|
|
{ |
|
|
|