Update packages and run prettier
This commit is contained in:
parent
6bc49591c3
commit
8f03c8589e
6 changed files with 63 additions and 65 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue