Fixed template string style
This commit is contained in:
parent
742b029244
commit
c3342aac15
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ module.exports = React.createClass({displayName: "exports",
|
|||
<Container
|
||||
style={{
|
||||
maxWidth: rhythm(24),
|
||||
padding: "#{rhythm(2)} #{rhythm(1/2)}"
|
||||
padding: `${rhythm(2)} ${rhythm(1/2)}`
|
||||
}}
|
||||
>
|
||||
{header}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue