Skip to content

Commit 0ab504b

Browse files
committed
[REVERT ME] Repro/testing
1 parent 5e32012 commit 0ab504b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-docs/src/views/card/card_image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
EuiCard,
66
EuiFlexGroup,
77
EuiFlexItem,
8-
EuiIcon,
8+
EuiAvatar,
99
} from '../../../../src';
1010

1111
export default () => (
@@ -46,7 +46,7 @@ export default () => (
4646
textAlign="left"
4747
href="https://elastic.github.io/eui/"
4848
image="https://source.unsplash.com/400x200/?City"
49-
icon={<EuiIcon size="xxl" type="logoBeats" />}
49+
icon={<EuiAvatar color="plain" size="xl" name="test" />}
5050
title={'Beats in the City'}
5151
description="This card has an href and should be a link."
5252
/>

0 commit comments

Comments
 (0)