Migrate to font-awesome 5.0. (#8799)
This commit is contained in:
committed by
Eugen Rochko
parent
15fc2b76f9
commit
8bae14591b
@ -15,7 +15,7 @@ exports[`<Avatar /> Autoplay renders a animated avatar 1`] = `
|
||||
}
|
||||
>
|
||||
<i
|
||||
className="fa fa-fw fa-robot bot-icon"
|
||||
className="fas fa-fw fa-robot bot-icon"
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
@ -35,7 +35,7 @@ exports[`<Avatar /> Still renders a still avatar 1`] = `
|
||||
}
|
||||
>
|
||||
<i
|
||||
className="fa fa-fw fa-robot bot-icon"
|
||||
className="fas fa-fw fa-robot bot-icon"
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user