diff --git a/src-docs/src/views/card/card_image.tsx b/src-docs/src/views/card/card_image.tsx index 4f420364351..350152eb1c1 100644 --- a/src-docs/src/views/card/card_image.tsx +++ b/src-docs/src/views/card/card_image.tsx @@ -5,7 +5,7 @@ import { EuiCard, EuiFlexGroup, EuiFlexItem, - EuiIcon, + EuiAvatar, } from '../../../../src'; export default () => ( @@ -46,7 +46,7 @@ export default () => ( textAlign="left" href="https://elastic.github.io/eui/" image="https://source.unsplash.com/400x200/?City" - icon={} + icon={} title={'Beats in the City'} description="This card has an href and should be a link." />