mirror of
https://github.com/mue/mue.git
synced 2026-07-17 22:14:13 +02:00
oops
This commit is contained in:
@@ -42,8 +42,6 @@ export default class Update extends React.PureComponent {
|
||||
<span className='closeModal' onClick={this.props.modalClose}>×</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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user