mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Merge pull request #511 from AustinPaquette/AvatarStack-stories
change double quotes to single quotes in Avatar stack stories
This commit is contained in:
commit
5e1de70be5
@ -64,10 +64,10 @@ storiesOf('Avatars', module)
|
||||
))
|
||||
.add('AvatarStack on blue background', () => (
|
||||
<div className='border bg-blue-light p-4'>
|
||||
<div className="AvatarStack flex-self-start ">
|
||||
<div className="AvatarStack-body" aria-label="chesterbr">
|
||||
<a className="avatar" aria-describedby="hovercard-aria-description">
|
||||
<img height="20" width="20" alt="@github" src="https://avatars0.githubusercontent.com/github?s=60&v=4" />
|
||||
<div className='AvatarStack flex-self-start'>
|
||||
<div className='AvatarStack-body' aria-label='chesterbr'>
|
||||
<a className='avatar' aria-describedby='hovercard-aria-description'>
|
||||
<img height='20' width='20' alt='@github' src='https://avatars0.githubusercontent.com/github?s=60&v=4' />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user