Update Prettier

This commit is contained in:
Kyle Mathews 2017-09-03 16:26:40 -07:00
parent 769381a6e7
commit 772270376d
3 changed files with 16 additions and 22 deletions

View file

@ -14,9 +14,7 @@ class BlogPostTemplate extends React.Component {
return (
<div>
<Helmet title={`${post.frontmatter.title} | ${siteTitle}`} />
<h1>
{post.frontmatter.title}
</h1>
<h1>{post.frontmatter.title}</h1>
<p
style={{
...scale(-1 / 5),