mirror of
https://github.com/mue/mue.git
synced 2026-07-25 01:37:21 +02:00
More cleanup (some marketplace stuff broken, will fix later)
This commit is contained in:
@@ -63,6 +63,6 @@ export default class DateWidget extends React.PureComponent {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <span style={{ 'text-transform': 'capitalize', 'font-weight': 'bold'}}>{this.state.date}</span>
|
||||
return <span style={{ 'textTransform': 'capitalize', 'fontWeight': 'bold'}}>{this.state.date}</span>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user