Skip to content

Commit

Permalink
clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Nov 30, 2018
1 parent 0842973 commit bf37551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class Bio extends React.Component {
height: rhythm(2),
}}
/>
<p style={{ maxWidth: 290 }}>
I write words and code to help explain things to{' '}
<a href="https://mobile.twitter.com/dan_abramov">myself</a> and
others.
<p style={{ maxWidth: 310 }}>
Personal blog by <a href="https://mobile.twitter.com/dan_abramov">Dan Abramov</a>.
{' '}
I&nbsp;explain things with words and code.
</p>
</div>
)
Expand Down

0 comments on commit bf37551

Please sign in to comment.