This commit is contained in:
David Ralph
2020-08-26 14:38:34 +01:00
parent 91fefbf73c
commit f82f24f6a9

View File

@@ -42,8 +42,6 @@ export default class Update extends React.PureComponent {
<span className='closeModal' onClick={this.props.modalClose}>&times;</span>
<h1 style={{ 'marginBottom':'-10px' }} dangerouslySetInnerHTML={{__html: this.state.title}}></h1>
<h5 style={{ 'lineHeight':'0px' }}> By Mue <span dangerouslySetInnerHTML={{__html: this.state.date}}></span></h5>
<img alt='update picture' src='https://i.redd.it/dtm7e7ggxxh51.png' />
<figcaption>Image of JIF.</figcaption>
<p dangerouslySetInnerHTML={{__html: this.state.content}}></p>
</div>;
}