From 0ab504bb75c53ee10556f724f524e990b01e5265 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Thu, 3 Nov 2022 11:57:48 -0700 Subject: [PATCH] [REVERT ME] Repro/testing --- src-docs/src/views/card/card_image.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." />