We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e32012 commit 0ab504bCopy full SHA for 0ab504b
1 file changed
src-docs/src/views/card/card_image.tsx
@@ -5,7 +5,7 @@ import {
5
EuiCard,
6
EuiFlexGroup,
7
EuiFlexItem,
8
- EuiIcon,
+ EuiAvatar,
9
} from '../../../../src';
10
11
export default () => (
@@ -46,7 +46,7 @@ export default () => (
46
textAlign="left"
47
href="https://elastic.github.io/eui/"
48
image="https://source.unsplash.com/400x200/?City"
49
- icon={<EuiIcon size="xxl" type="logoBeats" />}
+ icon={<EuiAvatar color="plain" size="xl" name="test" />}
50
title={'Beats in the City'}
51
description="This card has an href and should be a link."
52
/>
0 commit comments