Remove unneeded example from avatar example

old
Javi Velasco 2015-11-27 22:35:32 +01:00
parent b249d58313
commit a907ebfcf2
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ const GithubIcon = () => (
const AvatarTest = () => (
<div>
<Avatar style={{backgroundColor: 'deepskyblue'}} icon="folder" />
<Avatar icon={<GithubIcon />}/>
<Avatar><img src="https://placeimg.com/80/80/animals"/></Avatar>
<Avatar title="Javier" img="https://placeimg.com/80/80/animals"/>
<Avatar style={{backgroundColor: 'yellowgreen'}}><GithubIcon /></Avatar>