Skip to content

Commit

Permalink
Clean Homepage (#500)
Browse files Browse the repository at this point in the history
Issue Resolved:
#255

Signed-off-by: Anan Zhuang <[email protected]>
Co-authored-by: Sean Neumann <[email protected]>
  • Loading branch information
ananzh and seanneumann authored Feb 27, 2023
1 parent 3b186da commit d072d82
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src-docs/src/views/home/home_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import imageFlexgrid from '../../images/flexgrid.svg';
import imageCards from '../../images/cards.svg';
import imagePages from '../../images/page.svg';
import imageText from '../../images/text.svg';
import imageCharts from '../../images/charts.svg';
import HomeIllustration from './home_illustration';
import {
OuiCard,
OuiFlexGroup,
Expand Down Expand Up @@ -85,9 +83,6 @@ export const HomeView = () => (
</OuiFlexGroup>
</OuiText>
</OuiFlexItem>
<OuiFlexItem>
<HomeIllustration />
</OuiFlexItem>
</OuiFlexGroup>
</OuiPanel>
<OuiSpacer size="xxl" />
Expand Down Expand Up @@ -150,16 +145,6 @@ export const HomeView = () => (
description="Cards like these help you make repeatable content more presentable"
/>
</OuiFlexItem>
<OuiFlexItem grow={false} className="guideHomePage__blockformCard">
<OuiCard
hasBorder
href="#/elastic-charts/creating-charts"
textAlign="left"
image={imageCharts}
title="Charts"
description="Learn charting best practices and how to integrate OUI with the Elastic Charts library"
/>
</OuiFlexItem>
<OuiFlexItem grow={false} className="guideHomePage__blockformCard">
<OuiCard
hasBorder
Expand Down

0 comments on commit d072d82

Please sign in to comment.