|
|
@@ -19,7 +19,7 @@ const PaymentDetails = Loadable(React.lazy(() => import('./PaymentDetails'))); |
|
|
|
const DataGrid = Loadable(React.lazy(() => import('./DataGrid'))); |
|
|
|
import ForwardIcon from '@mui/icons-material/Forward'; |
|
|
|
import titleBackgroundImg from 'assets/images/dashboard/gazette-bar.png' |
|
|
|
import {FormattedMessage} from "react-intl"; |
|
|
|
import {FormattedMessage,useIntl} from "react-intl"; |
|
|
|
const BackgroundHead = { |
|
|
|
backgroundImage: `url(${titleBackgroundImg})`, |
|
|
|
width: '100%', |
|
|
@@ -101,7 +101,7 @@ const Index = () => { |
|
|
|
</Stack> |
|
|
|
</div> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} width={{xs:"90%", sm:"90%", md:"60%", lg:"60%"}}> |
|
|
|
<Grid item xs={12} width={{xs:"90%", sm:"90%", md:"90%", lg:"80%"}}> |
|
|
|
<Button |
|
|
|
aria-label={intl.formatMessage({id: 'back'})} |
|
|
|
title={intl.formatMessage({id: 'back'})} |
|
|
|