Skip to content

Commit

Permalink
docs: update banner notifications (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 7, 2020
1 parent beb3e4d commit ffe9503
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions site/pages/index.zh.tsx
Expand Up @@ -50,15 +50,6 @@ const IndexPage = () => {
},
];

const notifications = [
{
type: 'News',
title: 'G2Plot 2.0 发布了',
date: '2020.09.28',
link: 'https://github.com/antvis/G2Plot/releases/tag/2.0.0',
},
];

return (
<>
<SEO title={t('G2Plot 开箱即用的图表库')} titleSuffix="AntV" lang={i18n.language} />
Expand All @@ -74,7 +65,6 @@ const IndexPage = () => {
description={t('G2Plot 是开箱即用、易于配置、具有良好视觉和交互体验的通用统计图表库。')}
className="banner"
buttons={bannerButtons}
notifications={notifications}
/>
<Features features={features} style={{ width: '100%' }} />
<Cases cases={cases} />
Expand Down

0 comments on commit ffe9503

Please sign in to comment.