Skip to content

Commit a2ec9f7

Browse files
committed
removing app logos
1 parent 19def17 commit a2ec9f7

File tree

2 files changed

+0
-3
lines changed
  • x-pack/plugins/observability/public

2 files changed

+0
-3
lines changed

x-pack/plugins/observability/public/components/app/empty_section/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export const EmptySection = ({ section }: Props) => {
1515
return (
1616
<EuiEmptyPrompt
1717
style={{ maxWidth: 'none' }}
18-
iconType={section.icon}
19-
iconColor="default"
2018
title={<h2>{section.title}</h2>}
2119
titleSize="xs"
2220
body={<EuiText color="default">{section.description}</EuiText>}

x-pack/plugins/observability/public/pages/landing/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export const LandingPage = () => {
6868
<EuiCardWithoutPadding
6969
display="plain"
7070
layout="horizontal"
71-
icon={<EuiIcon size="l" type={app.icon} />}
7271
title={
7372
<EuiTitle size="xs" className="title">
7473
<h3>{app.title}</h3>

0 commit comments

Comments
 (0)