Update packages and run prettier

This commit is contained in:
Kyle Mathews 2017-08-04 18:12:17 -07:00
parent 6bc49591c3
commit 8f03c8589e
6 changed files with 63 additions and 65 deletions

View file

@ -1,11 +1,11 @@
import React from "react"
import React from 'react'
// Import typefaces
import "typeface-montserrat"
import "typeface-merriweather"
import 'typeface-montserrat'
import 'typeface-merriweather'
import profilePic from "./profile-pic.jpg"
import { rhythm } from "../utils/typography"
import profilePic from './profile-pic.jpg'
import { rhythm } from '../utils/typography'
class Bio extends React.Component {
render() {
@ -19,19 +19,15 @@ class Bio extends React.Component {
src={profilePic}
alt={`Kyle Mathews`}
style={{
float: "left",
float: 'left',
marginRight: rhythm(1 / 4),
marginBottom: 0,
width: rhythm(2),
height: rhythm(2),
}}
/>
Written by
{" "}
<strong>Kyle Mathews</strong>
{" "}
who lives and works in San Francisco building useful things.
{" "}
Written by <strong>Kyle Mathews</strong> who lives and works in San
Francisco building useful things.{' '}
<a href="https://twitter.com/kylemathews">
You should follow him on Twitter
</a>