mirror of
https://github.com/mue/mue.git
synced 2026-07-26 10:11:15 +02:00
style: Unified spacing to 2 and add editor config
This commit is contained in:
@@ -70,8 +70,8 @@ export default class Greeting extends React.PureComponent {
|
||||
}
|
||||
|
||||
// Set the state to the greeting string
|
||||
this.setState({
|
||||
greeting: `${message}${name}`
|
||||
this.setState({
|
||||
greeting: `${message}${name}`
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.greeting {
|
||||
margin: 0;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
margin: 0;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user