[Glitch] fix component name
Port c35a6b9e01
to glitch-soc
Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/1526/head
parent
50b430d9a2
commit
dbb942999c
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import { FormattedMessage } from 'react-intl';
|
||||
import illustration from 'flavours/glitch/images/elephant_ui_working.svg';
|
||||
|
||||
const MissingIndicator = () => (
|
||||
const RegenerationIndicator = () => (
|
||||
<div className='regeneration-indicator'>
|
||||
<div className='regeneration-indicator__figure'>
|
||||
<img src={illustration} alt='' />
|
||||
|
@ -15,4 +15,4 @@ const MissingIndicator = () => (
|
|||
</div>
|
||||
);
|
||||
|
||||
export default MissingIndicator;
|
||||
export default RegenerationIndicator;
|
||||
|
|
Loading…
Reference in New Issue