KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

Allow for custom alt #136

Closed bsthomsen closed 7 years ago

KyleAMathews commented 7 years ago

Seems like a good idea. Would be happy to take a PR.

DiroKate commented 7 years ago

looking forward ~~~

bsthomsen commented 7 years ago

It's already supported just pass in alt="" as a prop on the component. And it will override the default one.