mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
style(checkbox): Match mui design
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
@@ -111,7 +111,9 @@ class Changelog extends PureComponent {
|
||||
<span className="mainTitle">{this.state.title}</span>
|
||||
<span className="subtitle">Released on {this.state.date}</span>
|
||||
</div>
|
||||
<Markdown>{this.state.content}</Markdown>
|
||||
<Markdown options={{ overrides: { a: { props: { target: '_blank' } } } }}>
|
||||
{this.state.content}
|
||||
</Markdown>
|
||||
</article>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user