Skip to content

Commit

Permalink
Add borderRadius to Bio pic to fix issue in Safari (#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylyoung authored and DSchau committed Jan 9, 2019
1 parent fbc8b81 commit a5b218e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starters/blog/src/components/Bio.js
Expand Up @@ -26,6 +26,9 @@ function Bio() {
minWidth: 50,
borderRadius: `100%`,
}}
imgStyle={{
borderRadius: `50%`,
}}
/>
<p>
Written by <strong>{author}</strong> who lives and works in San
Expand Down

0 comments on commit a5b218e

Please sign in to comment.