[Glitch] Display fallback link card thumbnail when none is given
Port 1512af2811
to glitch-soc
This commit is contained in:
@ -195,6 +195,12 @@ export default class Card extends React.PureComponent {
|
||||
{thumbnail}
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
embed = (
|
||||
<div className='status-card__image'>
|
||||
<i className='fa fa-file-text' />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user