Forking glitch theme
This commit is contained in:
12
app/javascript/themes/glitch/components/missing_indicator.js
Normal file
12
app/javascript/themes/glitch/components/missing_indicator.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
const MissingIndicator = () => (
|
||||
<div className='missing-indicator'>
|
||||
<div>
|
||||
<FormattedMessage id='missing_indicator.label' defaultMessage='Not found' />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default MissingIndicator;
|
||||
Reference in New Issue
Block a user