We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19def17 commit a2ec9f7Copy full SHA for a2ec9f7
x-pack/plugins/observability/public/components/app/empty_section/index.tsx
@@ -15,8 +15,6 @@ export const EmptySection = ({ section }: Props) => {
15
return (
16
<EuiEmptyPrompt
17
style={{ maxWidth: 'none' }}
18
- iconType={section.icon}
19
- iconColor="default"
20
title={<h2>{section.title}</h2>}
21
titleSize="xs"
22
body={<EuiText color="default">{section.description}</EuiText>}
x-pack/plugins/observability/public/pages/landing/index.tsx
@@ -68,7 +68,6 @@ export const LandingPage = () => {
68
<EuiCardWithoutPadding
69
display="plain"
70
layout="horizontal"
71
- icon={<EuiIcon size="l" type={app.icon} />}
72
title={
73
<EuiTitle size="xs" className="title">
74
<h3>{app.title}</h3>
0 commit comments