Skip to content

Commit

Permalink
removing app logos
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jul 17, 2020
1 parent 19def17 commit a2ec9f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export const EmptySection = ({ section }: Props) => {
return (
<EuiEmptyPrompt
style={{ maxWidth: 'none' }}
iconType={section.icon}
iconColor="default"
title={<h2>{section.title}</h2>}
titleSize="xs"
body={<EuiText color="default">{section.description}</EuiText>}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const LandingPage = () => {
<EuiCardWithoutPadding
display="plain"
layout="horizontal"
icon={<EuiIcon size="l" type={app.icon} />}
title={
<EuiTitle size="xs" className="title">
<h3>{app.title}</h3>
Expand Down

0 comments on commit a2ec9f7

Please sign in to comment.