Skip to content

Commit

Permalink
[REVERT ME] Repro/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 3, 2022
1 parent 5e32012 commit 0ab504b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/card/card_image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
EuiCard,
EuiFlexGroup,
EuiFlexItem,
EuiIcon,
EuiAvatar,
} from '../../../../src';

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

0 comments on commit 0ab504b

Please sign in to comment.