parent
9e0dbb7337
commit
8e760d5f62
@ -0,0 +1,16 @@ |
||||
import { FormattedMessage } from 'react-intl'; |
||||
|
||||
const style = { |
||||
textAlign: 'center', |
||||
fontSize: '16px', |
||||
fontWeight: '500', |
||||
paddingTop: '120px' |
||||
}; |
||||
|
||||
const StatusNotFound = () => ( |
||||
<div className='status-not-found-indicator' style={style}> |
||||
<FormattedMessage id='status_not_found_indicator.label' defaultMessage='Status Not Found' /> |
||||
</div> |
||||
); |
||||
|
||||
export default StatusNotFound; |
Loading…
Reference in new issue